Class: Aws::ManagedBlockchain::Types::ListNodesInput

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 nodes to list.

Returns:

  • (Integer)


1129
1130
1131
1132
1133
1134
1135
1136
1137
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1129

class ListNodesInput < Struct.new(
  :network_id,
  :member_id,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#member_idString

The unique identifier of the member who owns the nodes to list.

Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
1135
1136
1137
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1129

class ListNodesInput < Struct.new(
  :network_id,
  :member_id,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The unique identifier of the network for which to list nodes.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
1135
1136
1137
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1129

class ListNodesInput < Struct.new(
  :network_id,
  :member_id,
  :status,
  :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)


1129
1130
1131
1132
1133
1134
1135
1136
1137
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1129

class ListNodesInput < Struct.new(
  :network_id,
  :member_id,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

An optional status specifier. If provided, only nodes currently in this status are listed.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
1135
1136
1137
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1129

class ListNodesInput < Struct.new(
  :network_id,
  :member_id,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end