Module: Aws::PinpointSMSVoiceV2::Client::_UpdatePoolResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePoolResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #deletion_protection_enabled ⇒ Boolean
- #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
1998 |
# File 'sig/client.rbs', line 1998
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
1997 |
# File 'sig/client.rbs', line 1997
def deletion_protection_enabled: () -> bool
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
1990 |
# File 'sig/client.rbs', line 1990
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#opt_out_list_name ⇒ ::String
1995 |
# File 'sig/client.rbs', line 1995
def opt_out_list_name: () -> ::String
|
#pool_arn ⇒ ::String
1987 |
# File 'sig/client.rbs', line 1987
def pool_arn: () -> ::String
|
#pool_id ⇒ ::String
1988 |
# File 'sig/client.rbs', line 1988
def pool_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
1994 |
# File 'sig/client.rbs', line 1994
def self_managed_opt_outs_enabled: () -> bool
|
#shared_routes_enabled ⇒ Boolean
1996 |
# File 'sig/client.rbs', line 1996
def shared_routes_enabled: () -> bool
|
#status ⇒ "CREATING", ...
1989 |
# File 'sig/client.rbs', line 1989
def status: () -> ("CREATING" | "ACTIVE" | "DELETING")
|
#two_way_channel_arn ⇒ ::String
1992 |
# File 'sig/client.rbs', line 1992
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
1993 |
# File 'sig/client.rbs', line 1993
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
1991 |
# File 'sig/client.rbs', line 1991
def two_way_enabled: () -> bool
|