Class: Aws::Types::CreateLabelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLabelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
131 132 133 |
# File 'sig/types.rbs', line 131 def authentication_token @authentication_token end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
130 131 132 |
# File 'sig/types.rbs', line 130 def labels @labels end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
129 130 131 |
# File 'sig/types.rbs', line 129 def resource_id @resource_id end |