ListNamedShadowsForThingRequest

public struct ListNamedShadowsForThingRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token to retrieve the next set of results.

    Declaration

    Swift

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

    Declaration

    Swift

    public let pageSize: Int?
  • The name of the thing.

    Declaration

    Swift

    public let thingName: String
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, pageSize: Int? = nil, thingName: String)
  • Declaration

    Swift

    public func validate(name: String) throws