BatchListPolicyAttachmentsResponse

public struct BatchListPolicyAttachmentsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The pagination token.

    Declaration

    Swift

    public let nextToken: String?
  • A list of ObjectIdentifiers to which the policy is attached.

    Declaration

    Swift

    public let objectIdentifiers: [String]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, objectIdentifiers: [String]? = nil)