Class: Aws::Types::GetInsightSelectorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetInsightSelectorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
-
#insight_selectors ⇒ ::Array[Types::InsightSelector]
Returns the value of attribute insight_selectors.
-
#insights_destination ⇒ ::String
Returns the value of attribute insights_destination.
-
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
Instance Attribute Details
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
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.
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.
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.
531 532 533 |
# File 'sig/types.rbs', line 531 def trail_arn @trail_arn end |