Class: Aws::Types::CreateCapacityReservationFleetRequest

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)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def allocation_strategy
  @allocation_strategy
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def dry_run
  @dry_run
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def end_date
  @end_date
end

#instance_match_criteria"open"

Returns the value of attribute instance_match_criteria.

Returns:

  • ("open")


2095
2096
2097
# File 'sig/types.rbs', line 2095

def instance_match_criteria
  @instance_match_criteria
end

#instance_type_specifications::Array[Types::ReservationFleetInstanceSpecification]

Returns the value of attribute instance_type_specifications.



2091
2092
2093
# File 'sig/types.rbs', line 2091

def instance_type_specifications
  @instance_type_specifications
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2096
2097
2098
# File 'sig/types.rbs', line 2096

def tag_specifications
  @tag_specifications
end

#tenancy"default"

Returns the value of attribute tenancy.

Returns:

  • ("default")


2092
2093
2094
# File 'sig/types.rbs', line 2092

def tenancy
  @tenancy
end

#total_target_capacity::Integer

Returns the value of attribute total_target_capacity.

Returns:

  • (::Integer)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def total_target_capacity
  @total_target_capacity
end