Class: Aws::IoT::Types::ListMetricValuesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListMetricValuesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension_name ⇒ String
The dimension name.
-
#dimension_value_operator ⇒ String
The dimension value operator.
-
#end_time ⇒ Time
The end of the time period for which metric values are returned.
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#metric_name ⇒ String
The name of the security profile metric for which values are returned.
-
#next_token ⇒ String
The token for the next set of results.
-
#start_time ⇒ Time
The start of the time period for which metric values are returned.
-
#thing_name ⇒ String
The name of the thing for which security profile metric values are returned.
Instance Attribute Details
#dimension_name ⇒ String
The dimension name.
10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 10541 10542 |
# File 'lib/aws-sdk-iot/types.rb', line 10531 class ListMetricValuesRequest < Struct.new( :thing_name, :metric_name, :dimension_name, :dimension_value_operator, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#dimension_value_operator ⇒ String
The dimension value operator.
10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 10541 10542 |
# File 'lib/aws-sdk-iot/types.rb', line 10531 class ListMetricValuesRequest < Struct.new( :thing_name, :metric_name, :dimension_name, :dimension_value_operator, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The end of the time period for which metric values are returned.
10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 10541 10542 |
# File 'lib/aws-sdk-iot/types.rb', line 10531 class ListMetricValuesRequest < Struct.new( :thing_name, :metric_name, :dimension_name, :dimension_value_operator, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return at one time.
10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 10541 10542 |
# File 'lib/aws-sdk-iot/types.rb', line 10531 class ListMetricValuesRequest < Struct.new( :thing_name, :metric_name, :dimension_name, :dimension_value_operator, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the security profile metric for which values are returned.
10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 10541 10542 |
# File 'lib/aws-sdk-iot/types.rb', line 10531 class ListMetricValuesRequest < Struct.new( :thing_name, :metric_name, :dimension_name, :dimension_value_operator, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 10541 10542 |
# File 'lib/aws-sdk-iot/types.rb', line 10531 class ListMetricValuesRequest < Struct.new( :thing_name, :metric_name, :dimension_name, :dimension_value_operator, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start of the time period for which metric values are returned.
10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 10541 10542 |
# File 'lib/aws-sdk-iot/types.rb', line 10531 class ListMetricValuesRequest < Struct.new( :thing_name, :metric_name, :dimension_name, :dimension_value_operator, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing for which security profile metric values are returned.
10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 10541 10542 |
# File 'lib/aws-sdk-iot/types.rb', line 10531 class ListMetricValuesRequest < Struct.new( :thing_name, :metric_name, :dimension_name, :dimension_value_operator, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |