MemberSummary

public struct MemberSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time that the member was created.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • An optional description of the member.

    Declaration

    Swift

    public let description: String?
  • id

    The unique identifier of the member.

    Declaration

    Swift

    public let id: String?
  • An indicator of whether the member is owned by your AWS account or a different AWS account.

    Declaration

    Swift

    public let isOwned: Bool?
  • The name of the member.

    Declaration

    Swift

    public let name: String?
  • 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.

    Declaration

    Swift

    public let status: MemberStatus?
  • Undocumented

    Declaration

    Swift

    public init(creationDate: TimeStamp? = nil, description: String? = nil, id: String? = nil, isOwned: Bool? = nil, name: String? = nil, status: MemberStatus? = nil)