Class: Aws::ManagedBlockchain::Types::ListInvitationsInput

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

#max_resultsInteger

The maximum number of invitations to return.

Returns:

  • (Integer)


960
961
962
963
964
965
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 960

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

#next_tokenString

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

Returns:

  • (String)


960
961
962
963
964
965
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 960

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