Class: Aws::EC2::Types::DataResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DataResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The response to a ‘DataQuery`.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Region or Availability Zone that’s the destination for the data query.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID passed in the ‘DataQuery`.
 - 
  
    
      #metric  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metric used for the network performance request.
 - 
  
    
      #metric_points  ⇒ Array<Types::MetricPoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of ‘MetricPoint` objects.
 - 
  
    
      #period  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The period used for the network performance request.
 - 
  
    
      #source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Region or Availability Zone that’s the source for the data query.
 - 
  
    
      #statistic  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The statistic used for the network performance request.
 
Instance Attribute Details
#destination ⇒ String
The Region or Availability Zone that’s the destination for the data query. For example, ‘eu-west-1`.
      14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14675 class DataResponse < Struct.new( :id, :source, :destination, :metric, :statistic, :period, :metric_points) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID passed in the ‘DataQuery`.
      14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14675 class DataResponse < Struct.new( :id, :source, :destination, :metric, :statistic, :period, :metric_points) SENSITIVE = [] include Aws::Structure end  | 
  
#metric ⇒ String
The metric used for the network performance request.
      14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14675 class DataResponse < Struct.new( :id, :source, :destination, :metric, :statistic, :period, :metric_points) SENSITIVE = [] include Aws::Structure end  | 
  
#metric_points ⇒ Array<Types::MetricPoint>
A list of ‘MetricPoint` objects.
      14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14675 class DataResponse < Struct.new( :id, :source, :destination, :metric, :statistic, :period, :metric_points) SENSITIVE = [] include Aws::Structure end  | 
  
#period ⇒ String
The period used for the network performance request.
      14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14675 class DataResponse < Struct.new( :id, :source, :destination, :metric, :statistic, :period, :metric_points) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ String
The Region or Availability Zone that’s the source for the data query. For example, ‘us-east-1`.
      14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14675 class DataResponse < Struct.new( :id, :source, :destination, :metric, :statistic, :period, :metric_points) SENSITIVE = [] include Aws::Structure end  | 
  
#statistic ⇒ String
The statistic used for the network performance request.
      14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14675 class DataResponse < Struct.new( :id, :source, :destination, :metric, :statistic, :period, :metric_points) SENSITIVE = [] include Aws::Structure end  |