Class: Aws::IoTWireless::Types::SummaryMetricQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SummaryMetricQuery
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
The summary metric query object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_period ⇒ String
The aggregation period of the summary metric.
-
#dimensions ⇒ Array<Types::Dimension>
The dimensions of the summary metric.
-
#end_timestamp ⇒ Time
The end timestamp for the summary metric query.
-
#metric_name ⇒ String
The name of the metric.
-
#query_id ⇒ String
The id of the summary metric query.
-
#start_timestamp ⇒ Time
The start timestamp for the summary metric query.
Instance Attribute Details
#aggregation_period ⇒ String
The aggregation period of the summary metric.
5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5914 class SummaryMetricQuery < Struct.new( :query_id, :metric_name, :dimensions, :aggregation_period, :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |
#dimensions ⇒ Array<Types::Dimension>
The dimensions of the summary metric.
5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5914 class SummaryMetricQuery < Struct.new( :query_id, :metric_name, :dimensions, :aggregation_period, :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |
#end_timestamp ⇒ Time
The end timestamp for the summary metric query.
5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5914 class SummaryMetricQuery < Struct.new( :query_id, :metric_name, :dimensions, :aggregation_period, :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the metric.
5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5914 class SummaryMetricQuery < Struct.new( :query_id, :metric_name, :dimensions, :aggregation_period, :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The id of the summary metric query.
5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5914 class SummaryMetricQuery < Struct.new( :query_id, :metric_name, :dimensions, :aggregation_period, :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Time
The start timestamp for the summary metric query.
5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5914 class SummaryMetricQuery < Struct.new( :query_id, :metric_name, :dimensions, :aggregation_period, :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |