CreateThingTypeResponse

public struct CreateThingTypeResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the thing type.

    Declaration

    Swift

    public let thingTypeArn: String?
  • The thing type ID.

    Declaration

    Swift

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

    Declaration

    Swift

    public let thingTypeName: String?
  • Undocumented

    Declaration

    Swift

    public init(thingTypeArn: String? = nil, thingTypeId: String? = nil, thingTypeName: String? = nil)