Class: Aws::Types::CreateRegistrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
341 342 343 |
# File 'sig/types.rbs', line 341 def client_token @client_token end |
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
339 340 341 |
# File 'sig/types.rbs', line 339 def registration_type @registration_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
340 341 342 |
# File 'sig/types.rbs', line 340 def @tags end |