Class: Aws::Types::EventSelector

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_resources::Array[Types::DataResource]

Returns the value of attribute data_resources.

Returns:



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.

Returns:

  • (::Array[::String])


401
402
403
# File 'sig/types.rbs', line 401

def exclude_management_event_sources
  @exclude_management_event_sources
end

#include_management_eventsBoolean

Returns the value of attribute include_management_events.

Returns:

  • (Boolean)


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.

Returns:

  • ("ReadOnly", "WriteOnly", "All")


398
399
400
# File 'sig/types.rbs', line 398

def read_write_type
  @read_write_type
end