Class: Aws::Types::UpdateEventDestinationResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventDestinationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
-
#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_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def configuration_set_name @configuration_set_name end |
#event_destination ⇒ Types::EventDestination
Returns the value of attribute event_destination.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def event_destination @event_destination end |