Class: Aws::Types::CreateRcsAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRcsAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
280 281 282 |
# File 'sig/types.rbs', line 280 def client_token @client_token end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
277 278 279 |
# File 'sig/types.rbs', line 277 def deletion_protection_enabled @deletion_protection_enabled end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
278 279 280 |
# File 'sig/types.rbs', line 278 def opt_out_list_name @opt_out_list_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
279 280 281 |
# File 'sig/types.rbs', line 279 def @tags end |