Class: Aws::ManagedBlockchain::Types::ListInvitationsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invitationsArray<Types::Invitation>

The invitations for the network.

Returns:



982
983
984
985
986
987
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 982

class ListInvitationsOutput < Struct.new(
  :invitations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


982
983
984
985
986
987
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 982

class ListInvitationsOutput < Struct.new(
  :invitations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end