Class: Aws::ManagedBlockchain::Types::Network

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchain/types.rb

Overview

Network configuration properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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_dateTime

The date and time that the network was created.

Returns:

  • (Time)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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

#descriptionString

Attributes of the blockchain framework for the network.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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

#frameworkString

The blockchain framework that the network uses.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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_attributesTypes::NetworkFrameworkAttributes

Attributes of the blockchain framework that the network uses.



1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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_versionString

The version of the blockchain framework that the network uses.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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

#idString

The unique identifier of the network.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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

#nameString

The name of the network.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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

#statusString

The current status of the network.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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

#tagsHash<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

Returns:

  • (Hash<String,String>)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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_policyTypes::VotingPolicy

The voting rules that the network uses to decide if a proposal is accepted.

Returns:



1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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_nameString

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.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1786

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