Class: Aws::Types::PutInsightSelectorsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_store::String

Returns the value of attribute event_data_store.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def event_data_store
  @event_data_store
end

#insight_selectors::Array[Types::InsightSelector]

Returns the value of attribute insight_selectors.

Returns:



1020
1021
1022
# File 'sig/types.rbs', line 1020

def insight_selectors
  @insight_selectors
end

#insights_destination::String

Returns the value of attribute insights_destination.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def insights_destination
  @insights_destination
end

#trail_name::String

Returns the value of attribute trail_name.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def trail_name
  @trail_name
end