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
2050 |
# File 'sig/client.rbs', line 2050
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
2051 |
# File 'sig/client.rbs', line 2051
def deletion_protection_enabled: () -> bool
|
#opt_out_list_name ⇒ ::String
2052 |
# File 'sig/client.rbs', line 2052
def opt_out_list_name: () -> ::String
|
#rcs_agent_arn ⇒ ::String
2047 |
# File 'sig/client.rbs', line 2047
def rcs_agent_arn: () -> ::String
|
#rcs_agent_id ⇒ ::String
2048 |
# File 'sig/client.rbs', line 2048
def rcs_agent_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
2053 |
# File 'sig/client.rbs', line 2053
def self_managed_opt_outs_enabled: () -> bool
|
#status ⇒ "CREATED", ...
2049 |
# File 'sig/client.rbs', line 2049
def status: () -> ("CREATED" | "PENDING" | "TESTING" | "PARTIAL" | "ACTIVE" | "DELETED")
|
#two_way_channel_arn ⇒ ::String
2054 |
# File 'sig/client.rbs', line 2054
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
2055 |
# File 'sig/client.rbs', line 2055
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
2056 |
# File 'sig/client.rbs', line 2056
def two_way_enabled: () -> bool
|
#two_way_media_s3_bucket_name ⇒ ::String
2057 |
# File 'sig/client.rbs', line 2057
def two_way_media_s3_bucket_name: () -> ::String
|
#two_way_media_s3_key_prefix ⇒ ::String
2058 |
# File 'sig/client.rbs', line 2058
def two_way_media_s3_key_prefix: () -> ::String
|
#two_way_media_s3_role ⇒ ::String
2059 |
# File 'sig/client.rbs', line 2059
def two_way_media_s3_role: () -> ::String
|
#two_way_rcs_events_enabled ⇒ ::Array[::String]
2060 |
# File 'sig/client.rbs', line 2060
def two_way_rcs_events_enabled: () -> ::Array[::String]
|