Class: Aws::Types::PutConfigurationSetDeliveryOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutConfigurationSetDeliveryOptionsRequest
- 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.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
700 701 702 |
# File 'sig/types.rbs', line 700 def configuration_set_name @configuration_set_name end |
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
701 702 703 |
# File 'sig/types.rbs', line 701 def end |