Class: Aws::Types::CreateCapacityReservationBySplittingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def dry_run
  @dry_run
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


2175
2176
2177
# File 'sig/types.rbs', line 2175

def instance_count
  @instance_count
end

#source_capacity_reservation_id::String

Returns the value of attribute source_capacity_reservation_id.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def source_capacity_reservation_id
  @source_capacity_reservation_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2176
2177
2178
# File 'sig/types.rbs', line 2176

def tag_specifications
  @tag_specifications
end