Class: Aws::Types::GetConfigurationSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConfigurationSetResponse
- 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.
291 292 293 |
# File 'sig/types.rbs', line 291 def configuration_set_name @configuration_set_name end |
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
293 294 295 |
# File 'sig/types.rbs', line 293 def @delivery_options end |
#reputation_options ⇒ Types::ReputationOptions
Returns the value of attribute reputation_options.
294 295 296 |
# File 'sig/types.rbs', line 294 def @reputation_options end |
#sending_options ⇒ Types::SendingOptions
Returns the value of attribute sending_options.
295 296 297 |
# File 'sig/types.rbs', line 295 def @sending_options end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
296 297 298 |
# File 'sig/types.rbs', line 296 def @tags end |
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
292 293 294 |
# File 'sig/types.rbs', line 292 def @tracking_options end |