Class: Aws::Types::PutLabelRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutLabelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def end |