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::EventDestination
Returns the value of attribute event_destination.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def configuration_set_name @configuration_set_name end |
#event_destination ⇒ Types::EventDestination
Returns the value of attribute event_destination.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def event_destination @event_destination end |