ListTargetsForPolicyRequest

public struct ListTargetsForPolicyRequest : AWSShape
extension IoT.ListTargetsForPolicyRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A marker used to get the next set of results.

    Declaration

    Swift

    public let marker: String?
  • The maximum number of results to return at one time.

    Declaration

    Swift

    public let pageSize: Int?
  • The policy name.

    Declaration

    Swift

    public let policyName: String
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, pageSize: Int? = nil, policyName: String)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> IoT.ListTargetsForPolicyRequest