Module: Aws::PinpointSMSVoiceV2::Client::_UpdateRcsAgentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRcsAgentResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #deletion_protection_enabled ⇒ Boolean
- #opt_out_list_name ⇒ ::String
- #rcs_agent_arn ⇒ ::String
- #rcs_agent_id ⇒ ::String
- #self_managed_opt_outs_enabled ⇒ Boolean
- #status ⇒ "CREATED", ...
- #two_way_channel_arn ⇒ ::String
- #two_way_channel_role ⇒ ::String
- #two_way_enabled ⇒ Boolean
- #two_way_media_s3_bucket_name ⇒ ::String
- #two_way_media_s3_key_prefix ⇒ ::String
- #two_way_media_s3_role ⇒ ::String
- #two_way_rcs_events_enabled ⇒ ::Array[::String]
Instance Method Details
#created_timestamp ⇒ ::Time
2022 |
# File 'sig/client.rbs', line 2022
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
2023 |
# File 'sig/client.rbs', line 2023
def deletion_protection_enabled: () -> bool
|
#opt_out_list_name ⇒ ::String
2024 |
# File 'sig/client.rbs', line 2024
def opt_out_list_name: () -> ::String
|
#rcs_agent_arn ⇒ ::String
2019 |
# File 'sig/client.rbs', line 2019
def rcs_agent_arn: () -> ::String
|
#rcs_agent_id ⇒ ::String
2020 |
# File 'sig/client.rbs', line 2020
def rcs_agent_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
2025 |
# File 'sig/client.rbs', line 2025
def self_managed_opt_outs_enabled: () -> bool
|
#status ⇒ "CREATED", ...
2021 |
# File 'sig/client.rbs', line 2021
def status: () -> ("CREATED" | "PENDING" | "TESTING" | "PARTIAL" | "ACTIVE" | "DELETED")
|
#two_way_channel_arn ⇒ ::String
2026 |
# File 'sig/client.rbs', line 2026
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
2027 |
# File 'sig/client.rbs', line 2027
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
2028 |
# File 'sig/client.rbs', line 2028
def two_way_enabled: () -> bool
|
#two_way_media_s3_bucket_name ⇒ ::String
2029 |
# File 'sig/client.rbs', line 2029
def two_way_media_s3_bucket_name: () -> ::String
|
#two_way_media_s3_key_prefix ⇒ ::String
2030 |
# File 'sig/client.rbs', line 2030
def two_way_media_s3_key_prefix: () -> ::String
|
#two_way_media_s3_role ⇒ ::String
2031 |
# File 'sig/client.rbs', line 2031
def two_way_media_s3_role: () -> ::String
|
#two_way_rcs_events_enabled ⇒ ::Array[::String]
2032 |
# File 'sig/client.rbs', line 2032
def two_way_rcs_events_enabled: () -> ::Array[::String]
|