ListPolicyPrincipalsRequest

public struct ListPolicyPrincipalsRequest : AWSShape
extension IoT.ListPolicyPrincipalsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the order for results. If true, the results are returned in ascending creation order.

    Declaration

    Swift

    public let ascendingOrder: Bool?
  • The marker for the next set of results.

    Declaration

    Swift

    public let marker: String?
  • The result page size.

    Declaration

    Swift

    public let pageSize: Int?
  • The policy name.

    Declaration

    Swift

    public let policyName: String
  • Undocumented

    Declaration

    Swift

    public init(ascendingOrder: Bool? = nil, 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.ListPolicyPrincipalsRequest