Class: Aws::Types::SsmParameterConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SsmParameterConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_account_id ⇒ ::String
Returns the value of attribute ami_account_id.
-
#data_type ⇒ "text", "aws:ec2:image"
Returns the value of attribute data_type.
-
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
Instance Attribute Details
#ami_account_id ⇒ ::String
Returns the value of attribute ami_account_id.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def ami_account_id @ami_account_id end |
#data_type ⇒ "text", "aws:ec2:image"
Returns the value of attribute data_type.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def data_type @data_type end |
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def parameter_name @parameter_name end |