Class: Aws::Types::GetInsightSelectorsResponse

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_arn::String

Returns the value of attribute event_data_store_arn.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def event_data_store_arn
  @event_data_store_arn
end

#insight_selectors::Array[Types::InsightSelector]

Returns the value of attribute insight_selectors.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def insight_selectors
  @insight_selectors
end

#insights_destination::String

Returns the value of attribute insights_destination.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def insights_destination
  @insights_destination
end

#trail_arn::String

Returns the value of attribute trail_arn.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def trail_arn
  @trail_arn
end