Module: Aws::CloudTrail::Client::_GetInsightSelectorsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInsightSelectorsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #event_data_store_arn ⇒ ::String
- #insight_selectors ⇒ ::Array[Types::InsightSelector]
- #insights_destination ⇒ ::String
- #trail_arn ⇒ ::String
Instance Method Details
#event_data_store_arn ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def event_data_store_arn: () -> ::String
|
#insight_selectors ⇒ ::Array[Types::InsightSelector]
475 |
# File 'sig/client.rbs', line 475
def insight_selectors: () -> ::Array[Types::InsightSelector]
|
#insights_destination ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def insights_destination: () -> ::String
|
#trail_arn ⇒ ::String
474 |
# File 'sig/client.rbs', line 474
def trail_arn: () -> ::String
|