You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::Member
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::Member
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#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.
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.Possible values:
- CREATING
- AVAILABLE
- CREATE_FAILED
- UPDATING
- DELETING
- DELETED