Class: Aws::Types::UpdateConfigurationSetEventDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationSetEventDestinationRequest
- 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 ⇒ Types::EventDestinationDefinition
Returns the value of attribute event_destination.
-
#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.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def configuration_set_name @configuration_set_name end |
#event_destination ⇒ Types::EventDestinationDefinition
Returns the value of attribute event_destination.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def event_destination @event_destination end |
#event_destination_name ⇒ ::String
Returns the value of attribute event_destination_name.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def event_destination_name @event_destination_name end |