Class: Aws::EC2::Types::ReservedInstances

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

Overview

Describes a Reserved Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone in which the Reserved Instance can be used.

Returns:

  • (String)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#currency_codeString

The currency of the Reserved Instance. It’s specified using ISO 4217 standard currency codes. At this time, the only supported currency is ‘USD`.

Returns:

  • (String)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

The duration of the Reserved Instance, in seconds.

Returns:

  • (Integer)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#endTime

The time when the Reserved Instance expires.

Returns:

  • (Time)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#fixed_priceFloat

The purchase price of the Reserved Instance.

Returns:

  • (Float)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#instance_countInteger

The number of reservations purchased.

Returns:

  • (Integer)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#instance_tenancyString

The tenancy of the instance.

Returns:

  • (String)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type on which the Reserved Instance can be used.

Returns:

  • (String)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#offering_classString

The offering class of the Reserved Instance.

Returns:

  • (String)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#offering_typeString

The Reserved Instance offering type.

Returns:

  • (String)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#product_descriptionString

The Reserved Instance product platform description.

Returns:

  • (String)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#recurring_chargesArray<Types::RecurringCharge>

The recurring charge tag assigned to the resource.

Returns:



58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_instances_idString

The ID of the Reserved Instance.

Returns:

  • (String)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

The scope of the Reserved Instance.

Returns:

  • (String)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#startTime

The date and time the Reserved Instance started.

Returns:

  • (Time)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the Reserved Instance purchase.

Returns:

  • (String)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the resource.

Returns:



58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#usage_priceFloat

The usage price of the Reserved Instance, per hour.

Returns:

  • (Float)


58420
58421
58422
58423
58424
58425
58426
58427
58428
58429
58430
58431
58432
58433
58434
58435
58436
58437
58438
58439
58440
58441
# File 'lib/aws-sdk-ec2/types.rb', line 58420

class ReservedInstances < Struct.new(
  :currency_code,
  :instance_tenancy,
  :offering_class,
  :offering_type,
  :recurring_charges,
  :scope,
  :tags,
  :reserved_instances_id,
  :instance_type,
  :availability_zone,
  :start,
  :end,
  :duration,
  :usage_price,
  :fixed_price,
  :instance_count,
  :product_description,
  :state)
  SENSITIVE = []
  include Aws::Structure
end