Class: Aws::Types::ThingTypeDefinition

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)


4827
4828
4829
# File 'sig/types.rbs', line 4827

def thing_type_arn
  @thing_type_arn
end

#thing_type_metadataTypes::ThingTypeMetadata

Returns the value of attribute thing_type_metadata.



4829
4830
4831
# File 'sig/types.rbs', line 4829

def 
  @thing_type_metadata
end

#thing_type_name::String

Returns the value of attribute thing_type_name.

Returns:

  • (::String)


4826
4827
4828
# File 'sig/types.rbs', line 4826

def thing_type_name
  @thing_type_name
end

#thing_type_propertiesTypes::ThingTypeProperties

Returns the value of attribute thing_type_properties.



4828
4829
4830
# File 'sig/types.rbs', line 4828

def thing_type_properties
  @thing_type_properties
end