ListAttachedPoliciesResponse

public struct ListAttachedPoliciesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token to retrieve the next set of results, or null if there are no more results.

    Declaration

    Swift

    public let nextMarker: String?
  • The policies.

    Declaration

    Swift

    public let policies: [Policy]?
  • Undocumented

    Declaration

    Swift

    public init(nextMarker: String? = nil, policies: [Policy]? = nil)