Class: Aws::Types::UpdateThingTypeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#thing_type_name::String

Returns the value of attribute thing_type_name.

Returns:

  • (::String)


5398
5399
5400
# File 'sig/types.rbs', line 5398

def thing_type_name
  @thing_type_name
end

#thing_type_propertiesTypes::ThingTypeProperties

Returns the value of attribute thing_type_properties.



5399
5400
5401
# File 'sig/types.rbs', line 5399

def thing_type_properties
  @thing_type_properties
end