Member

public struct Member : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The AWS account ID of the member account.

    Declaration

    Swift

    public let accountId: String?
  • The email address of the member account.

    Declaration

    Swift

    public let email: String?
  • A timestamp for the date and time when the invitation was sent to the member account.

    Declaration

    Swift

    public let invitedAt: TimeStamp?
  • The AWS account ID of the Security Hub master account associated with this member account.

    Declaration

    Swift

    public let masterId: String?
  • The status of the relationship between the member account and its master account.

    Declaration

    Swift

    public let memberStatus: String?
  • The timestamp for the date and time when the member account was updated.

    Declaration

    Swift

    public let updatedAt: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, email: String? = nil, invitedAt: TimeStamp? = nil, masterId: String? = nil, memberStatus: String? = nil, updatedAt: TimeStamp? = nil)