Module: Aws::SES::Client::_DescribeConfigurationSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeConfigurationSetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration_set ⇒ Types::ConfigurationSet
- #delivery_options ⇒ Types::DeliveryOptions
- #event_destinations ⇒ ::Array[Types::EventDestination]
- #reputation_options ⇒ Types::ReputationOptions
- #tracking_options ⇒ Types::TrackingOptions
Instance Method Details
#configuration_set ⇒ Types::ConfigurationSet
292 |
# File 'sig/client.rbs', line 292
def configuration_set: () -> Types::ConfigurationSet
|
#delivery_options ⇒ Types::DeliveryOptions
295 |
# File 'sig/client.rbs', line 295
def delivery_options: () -> Types::DeliveryOptions
|
#event_destinations ⇒ ::Array[Types::EventDestination]
293 |
# File 'sig/client.rbs', line 293
def event_destinations: () -> ::Array[Types::EventDestination]
|
#reputation_options ⇒ Types::ReputationOptions
296 |
# File 'sig/client.rbs', line 296
def reputation_options: () -> Types::ReputationOptions
|
#tracking_options ⇒ Types::TrackingOptions
294 |
# File 'sig/client.rbs', line 294
def tracking_options: () -> Types::TrackingOptions
|