Class: Aws::Types::DescribeConfigurationSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set ⇒ Types::ConfigurationSet
Returns the value of attribute configuration_set.
-
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
-
#event_destinations ⇒ ::Array[Types::EventDestination]
Returns the value of attribute event_destinations.
-
#reputation_options ⇒ Types::ReputationOptions
Returns the value of attribute reputation_options.
-
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
Instance Attribute Details
#configuration_set ⇒ Types::ConfigurationSet
Returns the value of attribute configuration_set.
318 319 320 |
# File 'sig/types.rbs', line 318 def configuration_set @configuration_set end |
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
321 322 323 |
# File 'sig/types.rbs', line 321 def end |
#event_destinations ⇒ ::Array[Types::EventDestination]
Returns the value of attribute event_destinations.
319 320 321 |
# File 'sig/types.rbs', line 319 def event_destinations @event_destinations end |
#reputation_options ⇒ Types::ReputationOptions
Returns the value of attribute reputation_options.
322 323 324 |
# File 'sig/types.rbs', line 322 def end |
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
320 321 322 |
# File 'sig/types.rbs', line 320 def end |