Class: Aws::ManagedBlockchain::Types::ListInvitationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListInvitationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of invitations to return.
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of invitations to return.
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_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
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 |