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
1970 |
# File 'sig/client.rbs', line 1970
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
1969 |
# File 'sig/client.rbs', line 1969
def deletion_protection_enabled: () -> bool
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
1962 |
# File 'sig/client.rbs', line 1962
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#opt_out_list_name ⇒ ::String
1967 |
# File 'sig/client.rbs', line 1967
def opt_out_list_name: () -> ::String
|
#pool_arn ⇒ ::String
1959 |
# File 'sig/client.rbs', line 1959
def pool_arn: () -> ::String
|
#pool_id ⇒ ::String
1960 |
# File 'sig/client.rbs', line 1960
def pool_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
1966 |
# File 'sig/client.rbs', line 1966
def self_managed_opt_outs_enabled: () -> bool
|
#shared_routes_enabled ⇒ Boolean
1968 |
# File 'sig/client.rbs', line 1968
def shared_routes_enabled: () -> bool
|
#status ⇒ "CREATING", ...
1961 |
# File 'sig/client.rbs', line 1961
def status: () -> ("CREATING" | "ACTIVE" | "DELETING")
|
#two_way_channel_arn ⇒ ::String
1964 |
# File 'sig/client.rbs', line 1964
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
1965 |
# File 'sig/client.rbs', line 1965
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
1963 |
# File 'sig/client.rbs', line 1963
def two_way_enabled: () -> bool
|