Class: Aws::Types::CreateInterruptibleCapacityReservationAllocationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def capacity_reservation_id
  @capacity_reservation_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2603
2604
2605
# File 'sig/types.rbs', line 2603

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2604
2605
2606
# File 'sig/types.rbs', line 2604

def dry_run
  @dry_run
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


2602
2603
2604
# File 'sig/types.rbs', line 2602

def instance_count
  @instance_count
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2605
2606
2607
# File 'sig/types.rbs', line 2605

def tag_specifications
  @tag_specifications
end