ListSecurityProfilesRequest
public struct ListSecurityProfilesRequest : AWSShape
extension IoT.ListSecurityProfilesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A filter to limit results to the security profiles that use the defined dimension.
Declaration
Swift
public let dimensionName: String?
-
The maximum number of results to return at one time.
Declaration
Swift
public let maxResults: Int?
-
The token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(dimensionName: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListSecurityProfilesRequest