Module: Aws::PinpointSMSVoiceV2::Client::_CreatePoolResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePoolResult]
- 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", ...
- #tags ⇒ ::Array[Types::Tag]
- #two_way_channel_arn ⇒ ::String
- #two_way_channel_role ⇒ ::String
- #two_way_enabled ⇒ Boolean
Instance Method Details
#created_timestamp ⇒ ::Time
247 |
# File 'sig/client.rbs', line 247
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
245 |
# File 'sig/client.rbs', line 245
def deletion_protection_enabled: () -> bool
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
238 |
# File 'sig/client.rbs', line 238
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#opt_out_list_name ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def opt_out_list_name: () -> ::String
|
#pool_arn ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def pool_arn: () -> ::String
|
#pool_id ⇒ ::String
236 |
# File 'sig/client.rbs', line 236
def pool_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
242 |
# File 'sig/client.rbs', line 242
def self_managed_opt_outs_enabled: () -> bool
|
#shared_routes_enabled ⇒ Boolean
244 |
# File 'sig/client.rbs', line 244
def shared_routes_enabled: () -> bool
|
#status ⇒ "CREATING", ...
237 |
# File 'sig/client.rbs', line 237
def status: () -> ("CREATING" | "ACTIVE" | "DELETING")
|
#tags ⇒ ::Array[Types::Tag]
246 |
# File 'sig/client.rbs', line 246
def tags: () -> ::Array[Types::Tag]
|
#two_way_channel_arn ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
239 |
# File 'sig/client.rbs', line 239
def two_way_enabled: () -> bool
|