Class: Aws::Types::ParameterObject
- Inherits:
-
Object
- Object
- Aws::Types::ParameterObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::ParameterAttribute]
Returns the value of attribute attributes.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#attributes ⇒ ::Array[Types::ParameterAttribute]
Returns the value of attribute attributes.
156 157 158 |
# File 'sig/types.rbs', line 156 def attributes @attributes end |
#id ⇒ ::String
Returns the value of attribute id.
155 156 157 |
# File 'sig/types.rbs', line 155 def id @id end |