Class: Aws::Types::CreateCapacityReservationFleetResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_strategy::String

Returns the value of attribute allocation_strategy.

Returns:

  • (::String)


2219
2220
2221
# File 'sig/types.rbs', line 2219

def allocation_strategy
  @allocation_strategy
end

#capacity_reservation_fleet_id::String

Returns the value of attribute capacity_reservation_fleet_id.

Returns:

  • (::String)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def capacity_reservation_fleet_id
  @capacity_reservation_fleet_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2220
2221
2222
# File 'sig/types.rbs', line 2220

def create_time
  @create_time
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


2221
2222
2223
# File 'sig/types.rbs', line 2221

def end_date
  @end_date
end

#fleet_capacity_reservations::Array[Types::FleetCapacityReservation]

Returns the value of attribute fleet_capacity_reservations.

Returns:



2223
2224
2225
# File 'sig/types.rbs', line 2223

def fleet_capacity_reservations
  @fleet_capacity_reservations
end

#instance_match_criteria"open"

Returns the value of attribute instance_match_criteria.

Returns:

  • ("open")


2218
2219
2220
# File 'sig/types.rbs', line 2218

def instance_match_criteria
  @instance_match_criteria
end

#state"submitted", ...

Returns the value of attribute state.

Returns:

  • ("submitted", "modifying", "active", "partially_fulfilled", "expiring", "expired", "cancelling", "cancelled", "failed")


2215
2216
2217
# File 'sig/types.rbs', line 2215

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2224
2225
2226
# File 'sig/types.rbs', line 2224

def tags
  @tags
end

#tenancy"default"

Returns the value of attribute tenancy.

Returns:

  • ("default")


2222
2223
2224
# File 'sig/types.rbs', line 2222

def tenancy
  @tenancy
end

#total_fulfilled_capacity::Float

Returns the value of attribute total_fulfilled_capacity.

Returns:

  • (::Float)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def total_fulfilled_capacity
  @total_fulfilled_capacity
end

#total_target_capacity::Integer

Returns the value of attribute total_target_capacity.

Returns:

  • (::Integer)


2216
2217
2218
# File 'sig/types.rbs', line 2216

def total_target_capacity
  @total_target_capacity
end