Class: Aws::ManagedBlockchain::Types::Member
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::Member
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
Member configuration properties.
Applies only to Hyperledger Fabric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the member.
-
#creation_date ⇒ Time
The date and time that the member was created.
-
#description ⇒ String
An optional description for the member.
-
#framework_attributes ⇒ Types::MemberFrameworkAttributes
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
-
#id ⇒ String
The unique identifier of the member.
-
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Configuration properties for logging events associated with a member.
-
#name ⇒ String
The name of the member.
-
#network_id ⇒ String
The unique identifier of the network to which the member belongs.
-
#status ⇒ String
The status of a member.
-
#tags ⇒ Hash<String,String>
Tags assigned to the member.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1375 class Member < Struct.new( :network_id, :id, :name, :description, :framework_attributes, :log_publishing_configuration, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time that the member was created.
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1375 class Member < Struct.new( :network_id, :id, :name, :description, :framework_attributes, :log_publishing_configuration, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description for the member.
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1375 class Member < Struct.new( :network_id, :id, :name, :description, :framework_attributes, :log_publishing_configuration, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#framework_attributes ⇒ Types::MemberFrameworkAttributes
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1375 class Member < Struct.new( :network_id, :id, :name, :description, :framework_attributes, :log_publishing_configuration, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the member.
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1375 class Member < Struct.new( :network_id, :id, :name, :description, :framework_attributes, :log_publishing_configuration, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Configuration properties for logging events associated with a member.
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1375 class Member < Struct.new( :network_id, :id, :name, :description, :framework_attributes, :log_publishing_configuration, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the member.
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1375 class Member < Struct.new( :network_id, :id, :name, :description, :framework_attributes, :log_publishing_configuration, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The unique identifier of the network to which the member belongs.
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1375 class Member < Struct.new( :network_id, :id, :name, :description, :framework_attributes, :log_publishing_configuration, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a member.
CREATING
- The AWS account is in the process of creating a member.AVAILABLE
- The member has been created and can participate in the network.CREATE_FAILED
- The AWS account attempted to create a member and creation failed.DELETING
- The member and all associated resources are in the process of being deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of anAPPROVED
PROPOSAL
to remove the member.DELETED
- The member can no longer participate on the network and all associated resources are deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of anAPPROVED
PROPOSAL
to remove the member.
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1375 class Member < Struct.new( :network_id, :id, :name, :description, :framework_attributes, :log_publishing_configuration, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags assigned to the member. Tags consist of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1375 class Member < Struct.new( :network_id, :id, :name, :description, :framework_attributes, :log_publishing_configuration, :status, :creation_date, :tags, :arn) SENSITIVE = [] include Aws::Structure end |