Class: Aws::Types::LineItemRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_item_id::String

Returns the value of attribute catalog_item_id.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def catalog_item_id
  @catalog_item_id
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


471
472
473
# File 'sig/types.rbs', line 471

def quantity
  @quantity
end