Class: Aws::Types::ListOfferingTransactionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListOfferingTransactionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#offering_transactions ⇒ ::Array[Types::OfferingTransaction]
Returns the value of attribute offering_transactions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
764 765 766 |
# File 'sig/types.rbs', line 764 def offering_transactions @offering_transactions end |