GetMembersRequest

public struct GetMembersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of AWS account identifiers for the member account for which to return member details. You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

    Declaration

    Swift

    public let accountIds: [String]
  • The ARN of the behavior graph for which to request the member details.

    Declaration

    Swift

    public let graphArn: String
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String], graphArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws