Class: Aws::Types::CreateReservationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


100
101
102
# File 'sig/types.rbs', line 100

def capacity
  @capacity
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def client_token
  @client_token
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def offering_id
  @offering_id
end