Module: Aws::CloudTrail::Client::_ListInsightsMetricDataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListInsightsMetricDataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #error_code ⇒ ::String
- #event_name ⇒ ::String
- #event_source ⇒ ::String
- #insight_type ⇒ "ApiCallRateInsight", "ApiErrorRateInsight"
- #next_token ⇒ ::String
- #timestamps ⇒ ::Array[::Time]
- #trail_arn ⇒ ::String
- #values ⇒ ::Array[::Float]
Instance Method Details
#error_code ⇒ ::String
642 |
# File 'sig/client.rbs', line 642 def error_code: () -> ::String |
#event_name ⇒ ::String
640 |
# File 'sig/client.rbs', line 640 def event_name: () -> ::String |
#event_source ⇒ ::String
639 |
# File 'sig/client.rbs', line 639 def event_source: () -> ::String |
#insight_type ⇒ "ApiCallRateInsight", "ApiErrorRateInsight"
641 |
# File 'sig/client.rbs', line 641 def insight_type: () -> ("ApiCallRateInsight" | "ApiErrorRateInsight") |
#next_token ⇒ ::String
645 |
# File 'sig/client.rbs', line 645 def next_token: () -> ::String |
#timestamps ⇒ ::Array[::Time]
643 |
# File 'sig/client.rbs', line 643 def timestamps: () -> ::Array[::Time] |
#trail_arn ⇒ ::String
638 |
# File 'sig/client.rbs', line 638 def trail_arn: () -> ::String |
#values ⇒ ::Array[::Float]
644 |
# File 'sig/client.rbs', line 644 def values: () -> ::Array[::Float] |