Class: Aws::Types::PutEventSelectorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutEventSelectorsResponse
- 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.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def advanced_event_selectors @advanced_event_selectors end |
#event_selectors ⇒ ::Array[Types::EventSelector]
Returns the value of attribute event_selectors.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def event_selectors @event_selectors end |
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def trail_arn @trail_arn end |