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)


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

def catalog_item_id
  @catalog_item_id
end

#quantity ⇒ ::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


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

def quantity
  @quantity
end