Class: Aws::Types::UnlabelParameterVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UnlabelParameterVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameter_version ⇒ ::Integer
Returns the value of attribute parameter_version.
Instance Attribute Details
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
4354 4355 4356 |
# File 'sig/types.rbs', line 4354 def labels @labels end |
#name ⇒ ::String
Returns the value of attribute name.
4352 4353 4354 |
# File 'sig/types.rbs', line 4352 def name @name end |
#parameter_version ⇒ ::Integer
Returns the value of attribute parameter_version.
4353 4354 4355 |
# File 'sig/types.rbs', line 4353 def parameter_version @parameter_version end |