Class: Aws::ManagedBlockchain::Types::Network
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::Network
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Network configuration properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the network.
-
#creation_date ⇒ Time
The date and time that the network was created.
-
#description ⇒ String
Attributes of the blockchain framework for the network.
-
#framework ⇒ String
The blockchain framework that the network uses.
-
#framework_attributes ⇒ Types::NetworkFrameworkAttributes
Attributes of the blockchain framework that the network uses.
-
#framework_version ⇒ String
The version of the blockchain framework that the network uses.
-
#id ⇒ String
The unique identifier of the network.
-
#name ⇒ String
The name of the network.
-
#status ⇒ String
The current status of the network.
-
#tags ⇒ Hash<String,String>
Tags assigned to the network.
-
#voting_policy ⇒ Types::VotingPolicy
The voting rules that the network uses to decide if a proposal is accepted.
-
#vpc_endpoint_service_name ⇒ String
The VPC endpoint service name of the VPC endpoint service of the network.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see [Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time that the network was created.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Attributes of the blockchain framework for the network.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#framework ⇒ String
The blockchain framework that the network uses.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#framework_attributes ⇒ Types::NetworkFrameworkAttributes
Attributes of the blockchain framework that the network uses.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#framework_version ⇒ String
The version of the blockchain framework that the network uses.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the network.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the network.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the network.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to the network. Each tag consists of a key and optional value.
For more information about tags, see [Tagging Resources] in the *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging Resources] in the *Amazon Managed Blockchain Hyperledger Fabric Developer Guide*.
[1]: docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html [2]: docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#voting_policy ⇒ Types::VotingPolicy
The voting rules that the network uses to decide if a proposal is accepted.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_service_name ⇒ String
The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.
1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1789 class Network < Struct.new( :id, :name, :description, :framework, :framework_version, :framework_attributes, :vpc_endpoint_service_name, :voting_policy, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |