Class: Aws::Types::UpdateRcsAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRcsAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
-
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
-
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
-
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
-
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
-
#two_way_media_s3_bucket_name ⇒ ::String
Returns the value of attribute two_way_media_s3_bucket_name.
-
#two_way_media_s3_key_prefix ⇒ ::String
Returns the value of attribute two_way_media_s3_key_prefix.
-
#two_way_media_s3_role ⇒ ::String
Returns the value of attribute two_way_media_s3_role.
-
#two_way_rcs_events_enabled ⇒ ::Array[::String]
Returns the value of attribute two_way_rcs_events_enabled.
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def deletion_protection_enabled @deletion_protection_enabled end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def opt_out_list_name @opt_out_list_name end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def rcs_agent_id @rcs_agent_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def two_way_enabled @two_way_enabled end |
#two_way_media_s3_bucket_name ⇒ ::String
Returns the value of attribute two_way_media_s3_bucket_name.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def two_way_media_s3_bucket_name @two_way_media_s3_bucket_name end |
#two_way_media_s3_key_prefix ⇒ ::String
Returns the value of attribute two_way_media_s3_key_prefix.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def two_way_media_s3_key_prefix @two_way_media_s3_key_prefix end |
#two_way_media_s3_role ⇒ ::String
Returns the value of attribute two_way_media_s3_role.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def two_way_media_s3_role @two_way_media_s3_role end |
#two_way_rcs_events_enabled ⇒ ::Array[::String]
Returns the value of attribute two_way_rcs_events_enabled.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def two_way_rcs_events_enabled @two_way_rcs_events_enabled end |