Class: Aws::Types::DeleteConfigurationSetResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConfigurationSetResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#default_message_feedback_enabled ⇒ Boolean
Returns the value of attribute default_message_feedback_enabled.
-
#default_message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute default_message_type.
-
#default_sender_id ⇒ ::String
Returns the value of attribute default_sender_id.
-
#event_destinations ⇒ ::Array[Types::EventDestination]
Returns the value of attribute event_destinations.
Instance Attribute Details
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
405 406 407 |
# File 'sig/types.rbs', line 405 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
406 407 408 |
# File 'sig/types.rbs', line 406 def configuration_set_name @configuration_set_name end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
411 412 413 |
# File 'sig/types.rbs', line 411 def @created_timestamp end |
#default_message_feedback_enabled ⇒ Boolean
Returns the value of attribute default_message_feedback_enabled.
410 411 412 |
# File 'sig/types.rbs', line 410 def @default_message_feedback_enabled end |
#default_message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute default_message_type.
408 409 410 |
# File 'sig/types.rbs', line 408 def @default_message_type end |
#default_sender_id ⇒ ::String
Returns the value of attribute default_sender_id.
409 410 411 |
# File 'sig/types.rbs', line 409 def default_sender_id @default_sender_id end |
#event_destinations ⇒ ::Array[Types::EventDestination]
Returns the value of attribute event_destinations.
407 408 409 |
# File 'sig/types.rbs', line 407 def event_destinations @event_destinations end |