Class: Aws::Types::DescribeConfigurationSetResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_setTypes::ConfigurationSet

Returns the value of attribute configuration_set.



318
319
320
# File 'sig/types.rbs', line 318

def configuration_set
  @configuration_set
end

#delivery_optionsTypes::DeliveryOptions

Returns the value of attribute delivery_options.



321
322
323
# File 'sig/types.rbs', line 321

def delivery_options
  @delivery_options
end

#event_destinations::Array[Types::EventDestination]

Returns the value of attribute event_destinations.

Returns:



319
320
321
# File 'sig/types.rbs', line 319

def event_destinations
  @event_destinations
end

#reputation_optionsTypes::ReputationOptions

Returns the value of attribute reputation_options.



322
323
324
# File 'sig/types.rbs', line 322

def reputation_options
  @reputation_options
end

#tracking_optionsTypes::TrackingOptions

Returns the value of attribute tracking_options.



320
321
322
# File 'sig/types.rbs', line 320

def tracking_options
  @tracking_options
end