ListNamedShadowsForThingResponse

public struct ListNamedShadowsForThingResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token for the next set of results, or null if there are no additional results.

    Declaration

    Swift

    public let nextToken: String?
  • The list of shadows for the specified thing.

    Declaration

    Swift

    public let results: [String]?
  • The Epoch date and time the response was generated by AWS IoT.

    Declaration

    Swift

    public let timestamp: Int64?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, results: [String]? = nil, timestamp: Int64? = nil)