Class: Aws::Types::PutInsightSelectorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutInsightSelectorsResponse
- 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.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def event_data_store_arn @event_data_store_arn end |
#insight_selectors ⇒ ::Array[Types::InsightSelector]
Returns the value of attribute insight_selectors.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def insight_selectors @insight_selectors end |
#insights_destination ⇒ ::String
Returns the value of attribute insights_destination.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def insights_destination @insights_destination end |
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def trail_arn @trail_arn end |