Class: Aws::Types::CreateThingTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1241
1242
1243
# File 'sig/types.rbs', line 1241

def tags
  @tags
end

#thing_type_name::String

Returns the value of attribute thing_type_name.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def thing_type_name
  @thing_type_name
end

#thing_type_propertiesTypes::ThingTypeProperties

Returns the value of attribute thing_type_properties.



1240
1241
1242
# File 'sig/types.rbs', line 1240

def thing_type_properties
  @thing_type_properties
end