Class: Aws::IoTWireless::Types::SummaryMetricQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SummaryMetricQuery
- Includes:
- Structure
- Defined in:
- 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.
6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6021 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.
6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6021 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.
6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6021 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.
6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6021 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.
6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6021 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.
6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6021 class SummaryMetricQuery < Struct.new( :query_id, :metric_name, :dimensions, :aggregation_period, :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |