Class: Aws::Types::GetEventSelectorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEventSelectorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
Returns the value of attribute advanced_event_selectors.
-
#event_selectors ⇒ ::Array[Types::EventSelector]
Returns the value of attribute event_selectors.
-
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
Instance Attribute Details
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
Returns the value of attribute advanced_event_selectors.
502 503 504 |
# File 'sig/types.rbs', line 502 def advanced_event_selectors @advanced_event_selectors end |
#event_selectors ⇒ ::Array[Types::EventSelector]
Returns the value of attribute event_selectors.
501 502 503 |
# File 'sig/types.rbs', line 501 def event_selectors @event_selectors end |
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
500 501 502 |
# File 'sig/types.rbs', line 500 def trail_arn @trail_arn end |