Class: Aws::IoTThingsGraph::Types::Thing
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::Thing
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Overview
An AWS IoT thing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thing_arn ⇒ String
The ARN of the thing.
-
#thing_name ⇒ String
The name of the thing.
Instance Attribute Details
#thing_arn ⇒ String
The ARN of the thing.
1519 1520 1521 1522 1523 1524 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1519 class Thing < Struct.new( :thing_arn, :thing_name) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing.
1519 1520 1521 1522 1523 1524 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1519 class Thing < Struct.new( :thing_arn, :thing_name) SENSITIVE = [] include Aws::Structure end |