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`.
14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 |
# File 'lib/aws-sdk-ec2/types.rb', line 14650 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`.
14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 |
# File 'lib/aws-sdk-ec2/types.rb', line 14650 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.
14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 |
# File 'lib/aws-sdk-ec2/types.rb', line 14650 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.
14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 |
# File 'lib/aws-sdk-ec2/types.rb', line 14650 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.
14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 |
# File 'lib/aws-sdk-ec2/types.rb', line 14650 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`.
14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 |
# File 'lib/aws-sdk-ec2/types.rb', line 14650 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.
14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 |
# File 'lib/aws-sdk-ec2/types.rb', line 14650 class DataResponse < Struct.new( :id, :source, :destination, :metric, :statistic, :period, :metric_points) SENSITIVE = [] include Aws::Structure end |