Class: Aws::Types::LabelParameterVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::LabelParameterVersionRequest
- 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.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def labels @labels end |
#name ⇒ ::String
Returns the value of attribute name.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def name @name end |
#parameter_version ⇒ ::Integer
Returns the value of attribute parameter_version.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def parameter_version @parameter_version end |