Class: Aws::Types::ConfigurationSetInformation
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationSetInformation
- 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.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
Instance Attribute Details
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
118 119 120 |
# File 'sig/types.rbs', line 118 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
119 120 121 |
# File 'sig/types.rbs', line 119 def configuration_set_name @configuration_set_name end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
124 125 126 |
# File 'sig/types.rbs', line 124 def @created_timestamp end |
#default_message_feedback_enabled ⇒ Boolean
Returns the value of attribute default_message_feedback_enabled.
123 124 125 |
# File 'sig/types.rbs', line 123 def @default_message_feedback_enabled end |
#default_message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute default_message_type.
121 122 123 |
# File 'sig/types.rbs', line 121 def @default_message_type end |
#default_sender_id ⇒ ::String
Returns the value of attribute default_sender_id.
122 123 124 |
# File 'sig/types.rbs', line 122 def default_sender_id @default_sender_id end |
#event_destinations ⇒ ::Array[Types::EventDestination]
Returns the value of attribute event_destinations.
120 121 122 |
# File 'sig/types.rbs', line 120 def event_destinations @event_destinations end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def protect_configuration_id @protect_configuration_id end |