Class: Aws::IoTThingsGraph::Types::Thing

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb

Overview

An AWS IoT thing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_arnString

The ARN of the thing.

Returns:

  • (String)


1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1519

class Thing < Struct.new(
  :thing_arn,
  :thing_name)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the thing.

Returns:

  • (String)


1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1519

class Thing < Struct.new(
  :thing_arn,
  :thing_name)
  SENSITIVE = []
  include Aws::Structure
end