ListDomainConfigurationsRequest
public struct ListDomainConfigurationsRequest : AWSShape
extension IoT.ListDomainConfigurationsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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 type of service delivered by the endpoint.
Declaration
Swift
public let serviceType: ServiceType?
-
Undocumented
Declaration
Swift
public init(marker: String? = nil, pageSize: Int? = nil, serviceType: ServiceType? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListDomainConfigurationsRequest