Module: Aws::PinpointSMSVoiceV2::Client::_DeleteRcsAgentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteRcsAgentResult]
- 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_rcs_events_enabled ⇒ ::Array[::String]
Instance Method Details
#created_timestamp ⇒ ::Time
623 |
# File 'sig/client.rbs', line 623
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
624 |
# File 'sig/client.rbs', line 624
def deletion_protection_enabled: () -> bool
|
#opt_out_list_name ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def opt_out_list_name: () -> ::String
|
#rcs_agent_arn ⇒ ::String
620 |
# File 'sig/client.rbs', line 620
def rcs_agent_arn: () -> ::String
|
#rcs_agent_id ⇒ ::String
621 |
# File 'sig/client.rbs', line 621
def rcs_agent_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
626 |
# File 'sig/client.rbs', line 626
def self_managed_opt_outs_enabled: () -> bool
|
#status ⇒ "CREATED", ...
622 |
# File 'sig/client.rbs', line 622
def status: () -> ("CREATED" | "PENDING" | "TESTING" | "PARTIAL" | "ACTIVE" | "DELETED")
|
#two_way_channel_arn ⇒ ::String
627 |
# File 'sig/client.rbs', line 627
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
629 |
# File 'sig/client.rbs', line 629
def two_way_enabled: () -> bool
|
#two_way_rcs_events_enabled ⇒ ::Array[::String]
630 |
# File 'sig/client.rbs', line 630
def two_way_rcs_events_enabled: () -> ::Array[::String]
|