Class: Aws::IoT::Types::DescribeFleetMetricResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_field ⇒ String

The field to aggregate.

Returns:

  • (String)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#aggregation_type ⇒ Types::AggregationType

The type of the aggregation query.



6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date ⇒ Time

The date when the fleet metric is created.

Returns:

  • (Time)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The fleet metric description.

Returns:

  • (String)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#index_name ⇒ String

The name of the index to search.

Returns:

  • (String)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_date ⇒ Time

The date when the fleet metric is last modified.

Returns:

  • (Time)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#metric_arn ⇒ String

The ARN of the fleet metric to describe.

Returns:

  • (String)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#metric_name ⇒ String

The name of the fleet metric to describe.

Returns:

  • (String)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#period ⇒ Integer

The time in seconds between fleet metric emissions. Range [60(1 min), 86400(1 day)] and must be multiple of 60.

Returns:

  • (Integer)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#query_string ⇒ String

The search query string.

Returns:

  • (String)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#query_version ⇒ String

The query version.

Returns:

  • (String)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#unit ⇒ String

Used to support unit transformation such as milliseconds to seconds. The unit must be supported by CW metric.

Returns:

  • (String)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end

#version ⇒ Integer

The version of the fleet metric.

Returns:

  • (Integer)


6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6496

class DescribeFleetMetricResponse < Struct.new(
  :metric_name,
  :query_string,
  :aggregation_type,
  :period,
  :aggregation_field,
  :description,
  :query_version,
  :index_name,
  :creation_date,
  :last_modified_date,
  :unit,
  :version,
  :metric_arn)
  SENSITIVE = []
  include Aws::Structure
end