You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ManagedBlockchain::Types::MemberSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A summary of configuration properties for a member.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date and time that the member was created.

Returns:

  • (Time)

    The date and time that the member was created.

#descriptionString

An optional description of the member.

Returns:

  • (String)

    An optional description of the member.

#idString

The unique identifier of the member.

Returns:

  • (String)

    The unique identifier of the member.

#is_ownedBoolean

An indicator of whether the member is owned by your AWS account or a different AWS account.

Returns:

  • (Boolean)

    An indicator of whether the member is owned by your AWS account or a different AWS account.

#nameString

The name of the member.

Returns:

  • (String)

    The name of the member.

#statusString

The status of the 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 an APPROVED 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 an APPROVED PROPOSAL to remove the member.

    Possible values:

    • CREATING
    • AVAILABLE
    • CREATE_FAILED
    • UPDATING
    • DELETING
    • DELETED

Returns:

  • (String)

    The status of the member.