Class: Aws::EC2::Types::CapacityBlockOffering

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

Overview

The recommended Capacity Block that fits your search requirements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of the Capacity Block offering.

Returns:

  • (String)


4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4379

class CapacityBlockOffering < Struct.new(
  :capacity_block_offering_id,
  :instance_type,
  :availability_zone,
  :instance_count,
  :start_date,
  :end_date,
  :capacity_block_duration_hours,
  :upfront_fee,
  :currency_code,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_block_duration_hoursInteger

The amount of time of the Capacity Block reservation in hours.

Returns:

  • (Integer)


4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4379

class CapacityBlockOffering < Struct.new(
  :capacity_block_offering_id,
  :instance_type,
  :availability_zone,
  :instance_count,
  :start_date,
  :end_date,
  :capacity_block_duration_hours,
  :upfront_fee,
  :currency_code,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_block_offering_idString

The ID of the Capacity Block offering.

Returns:

  • (String)


4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4379

class CapacityBlockOffering < Struct.new(
  :capacity_block_offering_id,
  :instance_type,
  :availability_zone,
  :instance_count,
  :start_date,
  :end_date,
  :capacity_block_duration_hours,
  :upfront_fee,
  :currency_code,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#currency_codeString

The currency of the payment for the Capacity Block.

Returns:

  • (String)


4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4379

class CapacityBlockOffering < Struct.new(
  :capacity_block_offering_id,
  :instance_type,
  :availability_zone,
  :instance_count,
  :start_date,
  :end_date,
  :capacity_block_duration_hours,
  :upfront_fee,
  :currency_code,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#end_dateTime

The end date of the Capacity Block offering.

Returns:

  • (Time)


4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4379

class CapacityBlockOffering < Struct.new(
  :capacity_block_offering_id,
  :instance_type,
  :availability_zone,
  :instance_count,
  :start_date,
  :end_date,
  :capacity_block_duration_hours,
  :upfront_fee,
  :currency_code,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#instance_countInteger

The number of instances in the Capacity Block offering.

Returns:

  • (Integer)


4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4379

class CapacityBlockOffering < Struct.new(
  :capacity_block_offering_id,
  :instance_type,
  :availability_zone,
  :instance_count,
  :start_date,
  :end_date,
  :capacity_block_duration_hours,
  :upfront_fee,
  :currency_code,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type of the Capacity Block offering.

Returns:

  • (String)


4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4379

class CapacityBlockOffering < Struct.new(
  :capacity_block_offering_id,
  :instance_type,
  :availability_zone,
  :instance_count,
  :start_date,
  :end_date,
  :capacity_block_duration_hours,
  :upfront_fee,
  :currency_code,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

The start date of the Capacity Block offering.

Returns:

  • (Time)


4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4379

class CapacityBlockOffering < Struct.new(
  :capacity_block_offering_id,
  :instance_type,
  :availability_zone,
  :instance_count,
  :start_date,
  :end_date,
  :capacity_block_duration_hours,
  :upfront_fee,
  :currency_code,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#tenancyString

The tenancy of the Capacity Block.

Returns:

  • (String)


4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4379

class CapacityBlockOffering < Struct.new(
  :capacity_block_offering_id,
  :instance_type,
  :availability_zone,
  :instance_count,
  :start_date,
  :end_date,
  :capacity_block_duration_hours,
  :upfront_fee,
  :currency_code,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#upfront_feeString

The total price to be paid up front.

Returns:

  • (String)


4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4379

class CapacityBlockOffering < Struct.new(
  :capacity_block_offering_id,
  :instance_type,
  :availability_zone,
  :instance_count,
  :start_date,
  :end_date,
  :capacity_block_duration_hours,
  :upfront_fee,
  :currency_code,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end