ListSecurityProfilesForTargetRequest

public struct ListSecurityProfilesForTargetRequest : AWSShape
extension IoT.ListSecurityProfilesForTargetRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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?
  • If true, return child groups too.

    Declaration

    Swift

    public let recursive: Bool?
  • The ARN of the target (thing group) whose attached security profiles you want to get.

    Declaration

    Swift

    public let securityProfileTargetArn: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, recursive: Bool? = nil, securityProfileTargetArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

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