Class: Aws::Types::UpdateRcsAgentResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRcsAgentResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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_arn ⇒ ::String
Returns the value of attribute rcs_agent_arn.
-
#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.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#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
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def deletion_protection_enabled @deletion_protection_enabled end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def opt_out_list_name @opt_out_list_name end |
#rcs_agent_arn ⇒ ::String
Returns the value of attribute rcs_agent_arn.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def rcs_agent_arn @rcs_agent_arn end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def rcs_agent_id @rcs_agent_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def status @status end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 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.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 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.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 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.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 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.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def two_way_rcs_events_enabled @two_way_rcs_events_enabled end |