Class: Aws::Types::CreateCapacityReservationCancellationQuoteRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


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

def capacity_reservation_id
  @capacity_reservation_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



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

def tag_specifications
  @tag_specifications
end