Class: Aws::Types::CapacityBlockExtension

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def availability_zone_id
  @availability_zone_id
end

#capacity_block_extension_duration_hours::Integer

Returns the value of attribute capacity_block_extension_duration_hours.

Returns:

  • (::Integer)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def capacity_block_extension_duration_hours
  @capacity_block_extension_duration_hours
end

#capacity_block_extension_end_date::Time

Returns the value of attribute capacity_block_extension_end_date.

Returns:

  • (::Time)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def capacity_block_extension_end_date
  @capacity_block_extension_end_date
end

#capacity_block_extension_offering_id::String

Returns the value of attribute capacity_block_extension_offering_id.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def capacity_block_extension_offering_id
  @capacity_block_extension_offering_id
end

#capacity_block_extension_purchase_date::Time

Returns the value of attribute capacity_block_extension_purchase_date.

Returns:

  • (::Time)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def capacity_block_extension_purchase_date
  @capacity_block_extension_purchase_date
end

#capacity_block_extension_start_date::Time

Returns the value of attribute capacity_block_extension_start_date.

Returns:

  • (::Time)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def capacity_block_extension_start_date
  @capacity_block_extension_start_date
end

#capacity_block_extension_status"payment-pending", ...

Returns the value of attribute capacity_block_extension_status.

Returns:

  • ("payment-pending", "payment-failed", "payment-succeeded")


1417
1418
1419
# File 'sig/types.rbs', line 1417

def capacity_block_extension_status
  @capacity_block_extension_status
end

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def capacity_reservation_id
  @capacity_reservation_id
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def currency_code
  @currency_code
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def instance_count
  @instance_count
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def instance_type
  @instance_type
end

#upfront_fee::String

Returns the value of attribute upfront_fee.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def upfront_fee
  @upfront_fee
end

#zone_type::String

Returns the value of attribute zone_type.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def zone_type
  @zone_type
end