Class: Aws::Types::DeleteEventDestinationResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEventDestinationResult
- 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.
446 447 448 |
# File 'sig/types.rbs', line 446 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
447 448 449 |
# File 'sig/types.rbs', line 447 def configuration_set_name @configuration_set_name end |
#event_destination ⇒ Types::EventDestination
Returns the value of attribute event_destination.
448 449 450 |
# File 'sig/types.rbs', line 448 def event_destination @event_destination end |