Class: Aws::Types::CreateThingTypeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#thing_type_arn::String

Returns the value of attribute thing_type_arn.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def thing_type_arn
  @thing_type_arn
end

#thing_type_id::String

Returns the value of attribute thing_type_id.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def thing_type_id
  @thing_type_id
end

#thing_type_name::String

Returns the value of attribute thing_type_name.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def thing_type_name
  @thing_type_name
end