ListObjectPoliciesResponse

public struct ListObjectPoliciesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of policy ObjectIdentifiers, that are attached to the object.

    Declaration

    Swift

    public let attachedPolicyIds: [String]?
  • The pagination token.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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