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)


18061
18062
18063
18064
18065
18066
18067
18068
18069
18070
18071
# File 'lib/aws-sdk-ec2/types.rb', line 18061

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)


18061
18062
18063
18064
18065
18066
18067
18068
18069
18070
18071
# File 'lib/aws-sdk-ec2/types.rb', line 18061

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)


18061
18062
18063
18064
18065
18066
18067
18068
18069
18070
18071
# File 'lib/aws-sdk-ec2/types.rb', line 18061

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:



18061
18062
18063
18064
18065
18066
18067
18068
18069
18070
18071
# File 'lib/aws-sdk-ec2/types.rb', line 18061

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)


18061
18062
18063
18064
18065
18066
18067
18068
18069
18070
18071
# File 'lib/aws-sdk-ec2/types.rb', line 18061

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)


18061
18062
18063
18064
18065
18066
18067
18068
18069
18070
18071
# File 'lib/aws-sdk-ec2/types.rb', line 18061

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)


18061
18062
18063
18064
18065
18066
18067
18068
18069
18070
18071
# File 'lib/aws-sdk-ec2/types.rb', line 18061

class DataResponse < Struct.new(
  :id,
  :source,
  :destination,
  :metric,
  :statistic,
  :period,
  :metric_points)
  SENSITIVE = []
  include Aws::Structure
end