ParameterMetadata class
Metadata includes information like the ARN of the last user and the date/time the parameter was last used.
Constructors
-
ParameterMetadata({String? allowedPattern, String? dataType, String? description, String? keyId, DateTime? lastModifiedDate, String? lastModifiedUser, String? name, List<
ParameterInlinePolicy> ? policies, ParameterTier? tier, ParameterType? type, int? version}) -
ParameterMetadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allowedPattern → String?
-
A parameter name can include only the following letters and symbols.
final
- dataType → String?
-
The data type of the parameter, such as
text
oraws:ec2:image
. The default istext
.final - description → String?
-
Description of the parameter actions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyId → String?
-
The ID of the query key used for this parameter.
final
- lastModifiedDate → DateTime?
-
Date the parameter was last changed or updated.
final
- lastModifiedUser → String?
-
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
final
- name → String?
-
The parameter name.
final
-
policies
→ List<
ParameterInlinePolicy> ? -
A list of policies associated with a parameter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tier → ParameterTier?
-
The parameter tier.
final
- type → ParameterType?
-
The type of parameter. Valid parameter types include the following:
String
,StringList
, andSecureString
.final - version → int?
-
The parameter version.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited