Module: Aws::CloudTrail::Client::_PutInsightSelectorsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutInsightSelectorsResponse]
- 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
794 |
# File 'sig/client.rbs', line 794
def event_data_store_arn: () -> ::String
|
#insight_selectors ⇒ ::Array[Types::InsightSelector]
793 |
# File 'sig/client.rbs', line 793
def insight_selectors: () -> ::Array[Types::InsightSelector]
|
#insights_destination ⇒ ::String
795 |
# File 'sig/client.rbs', line 795
def insights_destination: () -> ::String
|
#trail_arn ⇒ ::String
792 |
# File 'sig/client.rbs', line 792
def trail_arn: () -> ::String
|