Class: Aws::ManagedBlockchain::Types::ListNetworksInput

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

#frameworkString

An optional framework specifier. If provided, only networks of this framework type are listed.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1077

class ListNetworksInput < Struct.new(
  :name,
  :framework,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of networks to list.

Returns:

  • (Integer)


1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1077

class ListNetworksInput < Struct.new(
  :name,
  :framework,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the network.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1077

class ListNetworksInput < Struct.new(
  :name,
  :framework,
  :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)


1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1077

class ListNetworksInput < Struct.new(
  :name,
  :framework,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Applies only to Hyperledger Fabric.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
1084
1085
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1077

class ListNetworksInput < Struct.new(
  :name,
  :framework,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end