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:



978
979
980
981
982
983
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 978

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)


978
979
980
981
982
983
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 978

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