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.
6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6100 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.
6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6100 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.
6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6100 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.
6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6100 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.
6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6100 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.
6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6100 class SummaryMetricQuery < Struct.new( :query_id, :metric_name, :dimensions, :aggregation_period, :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |