Class: Aws::Types::ListOfferingTransactionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def next_token
  @next_token
end

#offering_transactions::Array[Types::OfferingTransaction]

Returns the value of attribute offering_transactions.

Returns:



764
765
766
# File 'sig/types.rbs', line 764

def offering_transactions
  @offering_transactions
end