Class: Aws::IoT::Types::ListMetricValuesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_nameString

The dimension name.

Returns:

  • (String)


10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
# File 'lib/aws-sdk-iot/types.rb', line 10206

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_operatorString

The dimension value operator.

Returns:

  • (String)


10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
# File 'lib/aws-sdk-iot/types.rb', line 10206

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_timeTime

The end of the time period for which metric values are returned.

Returns:

  • (Time)


10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
# File 'lib/aws-sdk-iot/types.rb', line 10206

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_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
# File 'lib/aws-sdk-iot/types.rb', line 10206

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_nameString

The name of the security profile metric for which values are returned.

Returns:

  • (String)


10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
# File 'lib/aws-sdk-iot/types.rb', line 10206

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_tokenString

The token for the next set of results.

Returns:

  • (String)


10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
# File 'lib/aws-sdk-iot/types.rb', line 10206

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_timeTime

The start of the time period for which metric values are returned.

Returns:

  • (Time)


10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
# File 'lib/aws-sdk-iot/types.rb', line 10206

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_nameString

The name of the thing for which security profile metric values are returned.

Returns:

  • (String)


10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
# File 'lib/aws-sdk-iot/types.rb', line 10206

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