Class: Aws::Types::PutEventSelectorsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_event_selectors::Array[Types::AdvancedEventSelector]

Returns the value of attribute advanced_event_selectors.

Returns:



1007
1008
1009
# File 'sig/types.rbs', line 1007

def advanced_event_selectors
  @advanced_event_selectors
end

#event_selectors::Array[Types::EventSelector]

Returns the value of attribute event_selectors.

Returns:



1006
1007
1008
# File 'sig/types.rbs', line 1006

def event_selectors
  @event_selectors
end

#trail_name::String

Returns the value of attribute trail_name.

Returns:



1005
1006
1007
# File 'sig/types.rbs', line 1005

def trail_name
  @trail_name
end