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
640 |
# File 'sig/client.rbs', line 640
def error_code: () -> ::String
|
#event_name ⇒ ::String
638 |
# File 'sig/client.rbs', line 638
def event_name: () -> ::String
|
#event_source ⇒ ::String
637 |
# File 'sig/client.rbs', line 637
def event_source: () -> ::String
|
#insight_type ⇒ "ApiCallRateInsight", "ApiErrorRateInsight"
639 |
# File 'sig/client.rbs', line 639
def insight_type: () -> ("ApiCallRateInsight" | "ApiErrorRateInsight")
|
#next_token ⇒ ::String
643 |
# File 'sig/client.rbs', line 643
def next_token: () -> ::String
|
#timestamps ⇒ ::Array[::Time]
641 |
# File 'sig/client.rbs', line 641
def timestamps: () -> ::Array[::Time]
|
#trail_arn ⇒ ::String
636 |
# File 'sig/client.rbs', line 636
def trail_arn: () -> ::String
|
#values ⇒ ::Array[::Float]
642 |
# File 'sig/client.rbs', line 642
def values: () -> ::Array[::Float]
|