Module: Aws::PinpointSMSVoiceV2::Client::_DeletePoolResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeletePoolResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
- #opt_out_list_name ⇒ ::String
- #pool_arn ⇒ ::String
- #pool_id ⇒ ::String
- #self_managed_opt_outs_enabled ⇒ Boolean
- #shared_routes_enabled ⇒ Boolean
- #status ⇒ "CREATING", ...
- #two_way_channel_arn ⇒ ::String
- #two_way_channel_role ⇒ ::String
- #two_way_enabled ⇒ Boolean
Instance Method Details
#created_timestamp ⇒ ::Time
579 |
# File 'sig/client.rbs', line 579
def created_timestamp: () -> ::Time
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
572 |
# File 'sig/client.rbs', line 572
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#opt_out_list_name ⇒ ::String
577 |
# File 'sig/client.rbs', line 577
def opt_out_list_name: () -> ::String
|
#pool_arn ⇒ ::String
569 |
# File 'sig/client.rbs', line 569
def pool_arn: () -> ::String
|
#pool_id ⇒ ::String
570 |
# File 'sig/client.rbs', line 570
def pool_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
576 |
# File 'sig/client.rbs', line 576
def self_managed_opt_outs_enabled: () -> bool
|
#shared_routes_enabled ⇒ Boolean
578 |
# File 'sig/client.rbs', line 578
def shared_routes_enabled: () -> bool
|
#status ⇒ "CREATING", ...
571 |
# File 'sig/client.rbs', line 571
def status: () -> ("CREATING" | "ACTIVE" | "DELETING")
|
#two_way_channel_arn ⇒ ::String
574 |
# File 'sig/client.rbs', line 574
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
575 |
# File 'sig/client.rbs', line 575
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
573 |
# File 'sig/client.rbs', line 573
def two_way_enabled: () -> bool
|