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)


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

def allocation_strategy
  @allocation_strategy
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

def dry_run
  @dry_run
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


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

def end_date
  @end_date
end

#instance_match_criteria"open"

Returns the value of attribute instance_match_criteria.

Returns:

  • ("open")


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

def instance_match_criteria
  @instance_match_criteria
end

#instance_type_specifications::Array[Types::ReservationFleetInstanceSpecification]

Returns the value of attribute instance_type_specifications.



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

def instance_type_specifications
  @instance_type_specifications
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



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

def tag_specifications
  @tag_specifications
end

#tenancy"default"

Returns the value of attribute tenancy.

Returns:

  • ("default")


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

def tenancy
  @tenancy
end

#total_target_capacity::Integer

Returns the value of attribute total_target_capacity.

Returns:

  • (::Integer)


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

def total_target_capacity
  @total_target_capacity
end