Class: Aws::Types::PurchaseCapacityBlockExtensionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_block_extension_offering_id::String

Returns the value of attribute capacity_block_extension_offering_id.

Returns:

  • (::String)


15736
15737
15738
# File 'sig/types.rbs', line 15736

def capacity_block_extension_offering_id
  @capacity_block_extension_offering_id
end

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


15737
15738
15739
# File 'sig/types.rbs', line 15737

def capacity_reservation_id
  @capacity_reservation_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15738
15739
15740
# File 'sig/types.rbs', line 15738

def dry_run
  @dry_run
end