Module: Aws::PinpointSMSVoiceV2::Client::_CreateRcsAgentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRcsAgentResult]
- 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", ...
- #tags ⇒ ::Array[Types::Tag]
- #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
294 |
# File 'sig/client.rbs', line 294
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
292 |
# File 'sig/client.rbs', line 292
def deletion_protection_enabled: () -> bool
|
#opt_out_list_name ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def opt_out_list_name: () -> ::String
|
#rcs_agent_arn ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def rcs_agent_arn: () -> ::String
|
#rcs_agent_id ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def rcs_agent_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
295 |
# File 'sig/client.rbs', line 295
def self_managed_opt_outs_enabled: () -> bool
|
#status ⇒ "CREATED", ...
291 |
# File 'sig/client.rbs', line 291
def status: () -> ("CREATED" | "PENDING" | "TESTING" | "PARTIAL" | "ACTIVE" | "DELETED")
|
#tags ⇒ ::Array[Types::Tag]
303 |
# File 'sig/client.rbs', line 303
def tags: () -> ::Array[Types::Tag]
|
#two_way_channel_arn ⇒ ::String
296 |
# File 'sig/client.rbs', line 296
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
297 |
# File 'sig/client.rbs', line 297
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
298 |
# File 'sig/client.rbs', line 298
def two_way_enabled: () -> bool
|
#two_way_media_s3_bucket_name ⇒ ::String
299 |
# File 'sig/client.rbs', line 299
def two_way_media_s3_bucket_name: () -> ::String
|
#two_way_media_s3_key_prefix ⇒ ::String
300 |
# File 'sig/client.rbs', line 300
def two_way_media_s3_key_prefix: () -> ::String
|
#two_way_media_s3_role ⇒ ::String
301 |
# File 'sig/client.rbs', line 301
def two_way_media_s3_role: () -> ::String
|
#two_way_rcs_events_enabled ⇒ ::Array[::String]
302 |
# File 'sig/client.rbs', line 302
def two_way_rcs_events_enabled: () -> ::Array[::String]
|