Class: Aws::EC2::Types::SpotPrice

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

Overview

Describes the maximum price per hour that you are willing to pay for a Spot Instance.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone.

Returns:

  • (String)


34697
34698
34699
34700
34701
34702
34703
34704
# File 'lib/aws-sdk-ec2/types.rb', line 34697

class SpotPrice < Struct.new(
  :availability_zone,
  :instance_type,
  :product_description,
  :spot_price,
  :timestamp)
  include Aws::Structure
end

#instance_typeString

The instance type.

Returns:

  • (String)


34697
34698
34699
34700
34701
34702
34703
34704
# File 'lib/aws-sdk-ec2/types.rb', line 34697

class SpotPrice < Struct.new(
  :availability_zone,
  :instance_type,
  :product_description,
  :spot_price,
  :timestamp)
  include Aws::Structure
end

#product_descriptionString

A general description of the AMI.

Returns:

  • (String)


34697
34698
34699
34700
34701
34702
34703
34704
# File 'lib/aws-sdk-ec2/types.rb', line 34697

class SpotPrice < Struct.new(
  :availability_zone,
  :instance_type,
  :product_description,
  :spot_price,
  :timestamp)
  include Aws::Structure
end

#spot_priceString

The maximum price per hour that you are willing to pay for a Spot Instance.

Returns:

  • (String)


34697
34698
34699
34700
34701
34702
34703
34704
# File 'lib/aws-sdk-ec2/types.rb', line 34697

class SpotPrice < Struct.new(
  :availability_zone,
  :instance_type,
  :product_description,
  :spot_price,
  :timestamp)
  include Aws::Structure
end

#timestampTime

The date and time the request was created, in UTC format (for example, YYYY-MM-*DD*T*HH*:MM:*SS*Z).

Returns:

  • (Time)


34697
34698
34699
34700
34701
34702
34703
34704
# File 'lib/aws-sdk-ec2/types.rb', line 34697

class SpotPrice < Struct.new(
  :availability_zone,
  :instance_type,
  :product_description,
  :spot_price,
  :timestamp)
  include Aws::Structure
end