Class: Aws::Types::ListCustomLineItemsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_line_items ⇒ ::Array[Types::CustomLineItemListElement]

Returns the value of attribute custom_line_items.

Returns:



555
556
557
# File 'sig/types.rbs', line 555

def custom_line_items
  @custom_line_items
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def next_token
  @next_token
end