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)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def allocation_strategy
  @allocation_strategy
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def dry_run
  @dry_run
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def end_date
  @end_date
end

#instance_match_criteria"open"

Returns the value of attribute instance_match_criteria.

Returns:

  • ("open")


2207
2208
2209
# File 'sig/types.rbs', line 2207

def instance_match_criteria
  @instance_match_criteria
end

#instance_type_specifications::Array[Types::ReservationFleetInstanceSpecification]

Returns the value of attribute instance_type_specifications.



2203
2204
2205
# File 'sig/types.rbs', line 2203

def instance_type_specifications
  @instance_type_specifications
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2208
2209
2210
# File 'sig/types.rbs', line 2208

def tag_specifications
  @tag_specifications
end

#tenancy"default"

Returns the value of attribute tenancy.

Returns:

  • ("default")


2204
2205
2206
# File 'sig/types.rbs', line 2204

def tenancy
  @tenancy
end

#total_target_capacity::Integer

Returns the value of attribute total_target_capacity.

Returns:

  • (::Integer)


2205
2206
2207
# File 'sig/types.rbs', line 2205

def total_target_capacity
  @total_target_capacity
end