Class: Aws::ManagedBlockchain::Types::ListInvitationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListInvitationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invitations ⇒ Array<Types::Invitation>
The invitations for the network.
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#invitations ⇒ Array<Types::Invitation>
The invitations for the network.
981 982 983 984 985 986 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 981 class ListInvitationsOutput < Struct.new( :invitations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
981 982 983 984 985 986 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 981 class ListInvitationsOutput < Struct.new( :invitations, :next_token) SENSITIVE = [] include Aws::Structure end |