ThingAttribute

public struct ThingAttribute : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of thing attributes which are name-value pairs.

    Declaration

    Swift

    public let attributes: [String : String]?
  • The thing ARN.

    Declaration

    Swift

    public let thingArn: String?
  • The name of the thing.

    Declaration

    Swift

    public let thingName: String?
  • The name of the thing type, if the thing has been associated with a type.

    Declaration

    Swift

    public let thingTypeName: String?
  • The version of the thing record in the registry.

    Declaration

    Swift

    public let version: Int64?
  • Undocumented

    Declaration

    Swift

    public init(attributes: [String : String]? = nil, thingArn: String? = nil, thingName: String? = nil, thingTypeName: String? = nil, version: Int64? = nil)