Class: Aws::Types::DescribeThingTypeResponse

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)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def thing_type_arn
  @thing_type_arn
end

#thing_type_id::String

Returns the value of attribute thing_type_id.

Returns:

  • (::String)


2078
2079
2080
# File 'sig/types.rbs', line 2078

def thing_type_id
  @thing_type_id
end

#thing_type_metadataTypes::ThingTypeMetadata

Returns the value of attribute thing_type_metadata.



2081
2082
2083
# File 'sig/types.rbs', line 2081

def 
  @thing_type_metadata
end

#thing_type_name::String

Returns the value of attribute thing_type_name.

Returns:

  • (::String)


2077
2078
2079
# File 'sig/types.rbs', line 2077

def thing_type_name
  @thing_type_name
end

#thing_type_propertiesTypes::ThingTypeProperties

Returns the value of attribute thing_type_properties.



2080
2081
2082
# File 'sig/types.rbs', line 2080

def thing_type_properties
  @thing_type_properties
end