Class: Aws::IoT::Types::DescribeFleetMetricResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeFleetMetricResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #aggregation_field  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The field to aggregate.
 - 
  
    
      #aggregation_type  ⇒ Types::AggregationType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the aggregation query.
 - 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the fleet metric is created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fleet metric description.
 - 
  
    
      #index_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the index to search.
 - 
  
    
      #last_modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the fleet metric is last modified.
 - 
  
    
      #metric_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the fleet metric to describe.
 - 
  
    
      #metric_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet metric to describe.
 - 
  
    
      #period  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time in seconds between fleet metric emissions.
 - 
  
    
      #query_string  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The search query string.
 - 
  
    
      #query_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The query version.
 - 
  
    
      #unit  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Used to support unit transformation such as milliseconds to seconds.
 - 
  
    
      #version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the fleet metric.
 
Instance Attribute Details
#aggregation_field ⇒ String
The field to aggregate.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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.
      5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5598 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  |