DescribeThingResponse
public struct DescribeThingResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The thing attributes.
Declaration
Swift
public let attributes: [String : String]?
-
The name of the billing group the thing belongs to.
Declaration
Swift
public let billingGroupName: String?
-
The default MQTT client ID. For a typical device, the thing name is also used as the default MQTT client ID. Although we don’t require a mapping between a thing’s registry name and its use of MQTT client IDs, certificates, or shadow state, we recommend that you choose a thing name and use it as the MQTT client ID for the registry and the Device Shadow service. This lets you better organize your AWS IoT fleet without removing the flexibility of the underlying device certificate model or shadows.
Declaration
Swift
public let defaultClientId: String?
-
The ARN of the thing to describe.
Declaration
Swift
public let thingArn: String?
-
The ID of the thing to describe.
Declaration
Swift
public let thingId: String?
-
The name of the thing.
Declaration
Swift
public let thingName: String?
-
The thing type name.
Declaration
Swift
public let thingTypeName: String?
-
The current version of the thing record in the registry. To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion parameter of the UpdateThing and DeleteThing calls.
Declaration
Swift
public let version: Int64?
-
Undocumented
Declaration
Swift
public init(attributes: [String : String]? = nil, billingGroupName: String? = nil, defaultClientId: String? = nil, thingArn: String? = nil, thingId: String? = nil, thingName: String? = nil, thingTypeName: String? = nil, version: Int64? = nil)