Class: Aws::Types::EventSelector
- Inherits:
-
Object
- Object
- Aws::Types::EventSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_resources ⇒ ::Array[Types::DataResource]
Returns the value of attribute data_resources.
-
#exclude_management_event_sources ⇒ ::Array[::String]
Returns the value of attribute exclude_management_event_sources.
-
#include_management_events ⇒ Boolean
Returns the value of attribute include_management_events.
-
#read_write_type ⇒ "ReadOnly", ...
Returns the value of attribute read_write_type.
Instance Attribute Details
#data_resources ⇒ ::Array[Types::DataResource]
Returns the value of attribute data_resources.
400 401 402 |
# File 'sig/types.rbs', line 400 def data_resources @data_resources end |
#exclude_management_event_sources ⇒ ::Array[::String]
Returns the value of attribute exclude_management_event_sources.
401 402 403 |
# File 'sig/types.rbs', line 401 def exclude_management_event_sources @exclude_management_event_sources end |
#include_management_events ⇒ Boolean
Returns the value of attribute include_management_events.
399 400 401 |
# File 'sig/types.rbs', line 399 def include_management_events @include_management_events end |
#read_write_type ⇒ "ReadOnly", ...
Returns the value of attribute read_write_type.
398 399 400 |
# File 'sig/types.rbs', line 398 def read_write_type @read_write_type end |