Class: Aws::Types::ListThingTypesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListThingTypesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#thing_types ⇒ ::Array[Types::ThingTypeDefinition]
Returns the value of attribute thing_types.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3736 3737 3738 |
# File 'sig/types.rbs', line 3736 def next_token @next_token end |
#thing_types ⇒ ::Array[Types::ThingTypeDefinition]
Returns the value of attribute thing_types.
3735 3736 3737 |
# File 'sig/types.rbs', line 3735 def thing_types @thing_types end |