Class: Aws::Types::CreateConfigurationSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
-
#reputation_options ⇒ Types::ReputationOptions
Returns the value of attribute reputation_options.
-
#sending_options ⇒ Types::SendingOptions
Returns the value of attribute sending_options.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
65 66 67 |
# File 'sig/types.rbs', line 65 def configuration_set_name @configuration_set_name end |
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
67 68 69 |
# File 'sig/types.rbs', line 67 def end |
#reputation_options ⇒ Types::ReputationOptions
Returns the value of attribute reputation_options.
68 69 70 |
# File 'sig/types.rbs', line 68 def end |
#sending_options ⇒ Types::SendingOptions
Returns the value of attribute sending_options.
69 70 71 |
# File 'sig/types.rbs', line 69 def end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
70 71 72 |
# File 'sig/types.rbs', line 70 def end |
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
66 67 68 |
# File 'sig/types.rbs', line 66 def end |