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