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)


492
493
494
# File 'sig/types.rbs', line 492

def catalog_item_id
  @catalog_item_id
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


493
494
495
# File 'sig/types.rbs', line 493

def quantity
  @quantity
end