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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/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.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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)


1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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)


1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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)


1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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.



1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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)


1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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)


1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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)


1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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)


1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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.

Returns:

  • (Hash<String,String>)


1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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:



1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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)


1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1790

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