Class: Aws::Types::GetInsightSelectorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInsightSelectorsRequest
- 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.
-
#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.
526 527 528 |
# File 'sig/types.rbs', line 526 def event_data_store @event_data_store end |
#trail_name ⇒ ::String
Returns the value of attribute trail_name.
525 526 527 |
# File 'sig/types.rbs', line 525 def trail_name @trail_name end |