Class: Aws::ManagedBlockchain::Types::NetworkSummary

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

Overview

A summary of 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:



1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1903

class NetworkSummary < Struct.new(
  :id,
  :name,
  :description,
  :framework,
  :framework_version,
  :status,
  :creation_date,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The date and time that the network was created.

Returns:



1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1903

class NetworkSummary < Struct.new(
  :id,
  :name,
  :description,
  :framework,
  :framework_version,
  :status,
  :creation_date,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

An optional description of the network.

Returns:



1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1903

class NetworkSummary < Struct.new(
  :id,
  :name,
  :description,
  :framework,
  :framework_version,
  :status,
  :creation_date,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#frameworkString

The blockchain framework that the network uses.

Returns:



1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1903

class NetworkSummary < Struct.new(
  :id,
  :name,
  :description,
  :framework,
  :framework_version,
  :status,
  :creation_date,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#framework_versionString

The version of the blockchain framework that the network uses.

Returns:



1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1903

class NetworkSummary < Struct.new(
  :id,
  :name,
  :description,
  :framework,
  :framework_version,
  :status,
  :creation_date,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the network.

Returns:



1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1903

class NetworkSummary < Struct.new(
  :id,
  :name,
  :description,
  :framework,
  :framework_version,
  :status,
  :creation_date,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the network.

Returns:



1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1903

class NetworkSummary < Struct.new(
  :id,
  :name,
  :description,
  :framework,
  :framework_version,
  :status,
  :creation_date,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the network.

Returns:



1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1903

class NetworkSummary < Struct.new(
  :id,
  :name,
  :description,
  :framework,
  :framework_version,
  :status,
  :creation_date,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end