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)


2061
2062
2063
# File 'sig/types.rbs', line 2061

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2060
2061
2062
# File 'sig/types.rbs', line 2060

def dry_run
  @dry_run
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


2063
2064
2065
# File 'sig/types.rbs', line 2063

def instance_count
  @instance_count
end

#source_capacity_reservation_id::String

Returns the value of attribute source_capacity_reservation_id.

Returns:

  • (::String)


2062
2063
2064
# File 'sig/types.rbs', line 2062

def source_capacity_reservation_id
  @source_capacity_reservation_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2064
2065
2066
# File 'sig/types.rbs', line 2064

def tag_specifications
  @tag_specifications
end