You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::ParameterMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ParameterMetadata
- Defined in:
- (unknown)
Overview
Metadata includes information like the ARN of the last user and the date/time the parameter was last used.
Instance Attribute Summary collapse
-
#allowed_pattern ⇒ String
A parameter name can include only the following letters and symbols.
-
#data_type ⇒ String
The data type of the parameter, such as
text
oraws:ec2:image
. -
#description ⇒ String
Description of the parameter actions.
-
#key_id ⇒ String
The ID of the query key used for this parameter.
-
#last_modified_date ⇒ Time
Date the parameter was last changed or updated.
-
#last_modified_user ⇒ String
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
-
#name ⇒ String
The parameter name.
-
#policies ⇒ Array<Types::ParameterInlinePolicy>
A list of policies associated with a parameter.
-
#tier ⇒ String
The parameter tier.
-
#type ⇒ String
The type of parameter.
-
#version ⇒ Integer
The parameter version.
Instance Attribute Details
#allowed_pattern ⇒ String
A parameter name can include only the following letters and symbols.
a-zA-Z0-9_.-
#data_type ⇒ String
The data type of the parameter, such as text
or aws:ec2:image
. The
default is text
.
#description ⇒ String
Description of the parameter actions.
#key_id ⇒ String
The ID of the query key used for this parameter.
#last_modified_date ⇒ Time
Date the parameter was last changed or updated.
#last_modified_user ⇒ String
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
#name ⇒ String
The parameter name.
#policies ⇒ Array<Types::ParameterInlinePolicy>
A list of policies associated with a parameter.
#tier ⇒ String
The parameter tier.
Possible values:
- Standard
- Advanced
- Intelligent-Tiering
#type ⇒ String
The type of parameter. Valid parameter types include the following:
String
, StringList
, and SecureString
.
Possible values:
- String
- StringList
- SecureString
#version ⇒ Integer
The parameter version.