Parameter class
An Systems Manager parameter in Parameter Store.
Constructors
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the parameter.
final
- dataType → String?
-
The data type of the parameter, such as
text
oraws:ec2:image
. The default istext
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedDate → DateTime?
-
Date the parameter was last changed or updated and the parameter version was
created.
final
- name → String?
-
The name of the parameter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selector → String?
-
Either the version number or the label used to retrieve the parameter value.
Specify selectors by using one of the following formats:
final
- sourceResult → String?
-
Applies to parameters that reference information in other AWS services.
SourceResult is the raw result or response from the source.
final
- type → ParameterType?
-
The type of parameter. Valid values include the following:
String
,StringList
, andSecureString
.final - value → String?
-
The parameter value.
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