Class: Aws::Types::ListInsightsMetricDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInsightsMetricDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#event_name ⇒ ::String
Returns the value of attribute event_name.
-
#event_source ⇒ ::String
Returns the value of attribute event_source.
-
#insight_type ⇒ "ApiCallRateInsight", "ApiErrorRateInsight"
Returns the value of attribute insight_type.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#timestamps ⇒ ::Array[::Time]
Returns the value of attribute timestamps.
-
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
-
#values ⇒ ::Array[::Float]
Returns the value of attribute values.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
867 868 869 |
# File 'sig/types.rbs', line 867 def error_code @error_code end |
#event_name ⇒ ::String
Returns the value of attribute event_name.
865 866 867 |
# File 'sig/types.rbs', line 865 def event_name @event_name end |
#event_source ⇒ ::String
Returns the value of attribute event_source.
864 865 866 |
# File 'sig/types.rbs', line 864 def event_source @event_source end |
#insight_type ⇒ "ApiCallRateInsight", "ApiErrorRateInsight"
Returns the value of attribute insight_type.
866 867 868 |
# File 'sig/types.rbs', line 866 def insight_type @insight_type end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
870 871 872 |
# File 'sig/types.rbs', line 870 def next_token @next_token end |
#timestamps ⇒ ::Array[::Time]
Returns the value of attribute timestamps.
868 869 870 |
# File 'sig/types.rbs', line 868 def end |
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
863 864 865 |
# File 'sig/types.rbs', line 863 def trail_arn @trail_arn end |
#values ⇒ ::Array[::Float]
Returns the value of attribute values.
869 870 871 |
# File 'sig/types.rbs', line 869 def values @values end |