Class: Aws::EC2::Types::DataResponse

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

Overview

The response to a ‘DataQuery`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The Region or Availability Zone that’s the destination for the data query. For example, ‘eu-west-1`.

Returns:

  • (String)


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

#idString

The ID passed in the ‘DataQuery`.

Returns:

  • (String)


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

#metricString

The metric used for the network performance request.

Returns:

  • (String)


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_pointsArray<Types::MetricPoint>

A list of ‘MetricPoint` objects.

Returns:



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

#periodString

The period used for the network performance request.

Returns:

  • (String)


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

#sourceString

The Region or Availability Zone that’s the source for the data query. For example, ‘us-east-1`.

Returns:

  • (String)


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

#statisticString

The statistic used for the network performance request.

Returns:

  • (String)


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