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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


963
964
965
966
967
968
# File 'lib/aws-sdk-managedblockchain/types.rb', line 963

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)


963
964
965
966
967
968
# File 'lib/aws-sdk-managedblockchain/types.rb', line 963

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