Class: Aws::Types::DeleteConfigurationSetEventDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConfigurationSetEventDestinationRequest
- 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.
-
#event_destination_name ⇒ ::String
Returns the value of attribute event_destination_name.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
410 411 412 |
# File 'sig/types.rbs', line 410 def configuration_set_name @configuration_set_name end |
#event_destination_name ⇒ ::String
Returns the value of attribute event_destination_name.
411 412 413 |
# File 'sig/types.rbs', line 411 def event_destination_name @event_destination_name end |