Module: Aws::PinpointSMSVoiceV2::Client::_DeleteConfigurationSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteConfigurationSetResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration_set_arn ⇒ ::String
- #configuration_set_name ⇒ ::String
- #created_timestamp ⇒ ::Time
- #default_message_feedback_enabled ⇒ Boolean
- #default_message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
- #default_sender_id ⇒ ::String
- #event_destinations ⇒ ::Array[Types::EventDestination]
Instance Method Details
#configuration_set_arn ⇒ ::String
433 |
# File 'sig/client.rbs', line 433
def configuration_set_arn: () -> ::String
|
#configuration_set_name ⇒ ::String
434 |
# File 'sig/client.rbs', line 434
def configuration_set_name: () -> ::String
|
#created_timestamp ⇒ ::Time
439 |
# File 'sig/client.rbs', line 439
def created_timestamp: () -> ::Time
|
#default_message_feedback_enabled ⇒ Boolean
438 |
# File 'sig/client.rbs', line 438
def default_message_feedback_enabled: () -> bool
|
#default_message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
436 |
# File 'sig/client.rbs', line 436
def default_message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#default_sender_id ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def default_sender_id: () -> ::String
|
#event_destinations ⇒ ::Array[Types::EventDestination]
435 |
# File 'sig/client.rbs', line 435
def event_destinations: () -> ::Array[Types::EventDestination]
|