Class: Aws::Types::ListInsightsMetricDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInsightsMetricDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ "FillWithZeros", "NonZeroData"
Returns the value of attribute data_type.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#trail_name ⇒ ::String
Returns the value of attribute trail_name.
Instance Attribute Details
#data_type ⇒ "FillWithZeros", "NonZeroData"
Returns the value of attribute data_type.
856 857 858 |
# File 'sig/types.rbs', line 856 def data_type @data_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
854 855 856 |
# File 'sig/types.rbs', line 854 def end_time @end_time end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
852 853 854 |
# File 'sig/types.rbs', line 852 def error_code @error_code end |
#event_name ⇒ ::String
Returns the value of attribute event_name.
850 851 852 |
# File 'sig/types.rbs', line 850 def event_name @event_name end |
#event_source ⇒ ::String
Returns the value of attribute event_source.
849 850 851 |
# File 'sig/types.rbs', line 849 def event_source @event_source end |
#insight_type ⇒ "ApiCallRateInsight", "ApiErrorRateInsight"
Returns the value of attribute insight_type.
851 852 853 |
# File 'sig/types.rbs', line 851 def insight_type @insight_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
857 858 859 |
# File 'sig/types.rbs', line 857 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
858 859 860 |
# File 'sig/types.rbs', line 858 def next_token @next_token end |
#period ⇒ ::Integer
Returns the value of attribute period.
855 856 857 |
# File 'sig/types.rbs', line 855 def period @period end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
853 854 855 |
# File 'sig/types.rbs', line 853 def start_time @start_time end |
#trail_name ⇒ ::String
Returns the value of attribute trail_name.
848 849 850 |
# File 'sig/types.rbs', line 848 def trail_name @trail_name end |