Class: Aws::Types::CapacityReservationFleet

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)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def allocation_strategy
  @allocation_strategy
end

#capacity_reservation_fleet_arn::String

Returns the value of attribute capacity_reservation_fleet_arn.

Returns:

  • (::String)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def capacity_reservation_fleet_arn
  @capacity_reservation_fleet_arn
end

#capacity_reservation_fleet_id::String

Returns the value of attribute capacity_reservation_fleet_id.

Returns:

  • (::String)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def capacity_reservation_fleet_id
  @capacity_reservation_fleet_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def create_time
  @create_time
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def end_date
  @end_date
end

#instance_match_criteria"open"

Returns the value of attribute instance_match_criteria.

Returns:

  • ("open")


1609
1610
1611
# File 'sig/types.rbs', line 1609

def instance_match_criteria
  @instance_match_criteria
end

#instance_type_specifications::Array[Types::FleetCapacityReservation]

Returns the value of attribute instance_type_specifications.

Returns:



1611
1612
1613
# File 'sig/types.rbs', line 1611

def instance_type_specifications
  @instance_type_specifications
end

#state"submitted", ...

Returns the value of attribute state.

Returns:

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


1603
1604
1605
# File 'sig/types.rbs', line 1603

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1612
1613
1614
# File 'sig/types.rbs', line 1612

def tags
  @tags
end

#tenancy"default"

Returns the value of attribute tenancy.

Returns:

  • ("default")


1606
1607
1608
# File 'sig/types.rbs', line 1606

def tenancy
  @tenancy
end

#total_fulfilled_capacity::Float

Returns the value of attribute total_fulfilled_capacity.

Returns:

  • (::Float)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def total_fulfilled_capacity
  @total_fulfilled_capacity
end

#total_target_capacity::Integer

Returns the value of attribute total_target_capacity.

Returns:

  • (::Integer)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def total_target_capacity
  @total_target_capacity
end