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

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

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1946

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:

  • (Time)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1946

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:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1946

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:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1946

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:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1946

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:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1946

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:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1946

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:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1946

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