Class: Aws::IoT::Types::GetThingConnectivityDataRequest

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

Constant Summary collapse

SENSITIVE =
[:thing_name]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_nameString

The name of your IoT thing.

Returns:

  • (String)


8922
8923
8924
8925
8926
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8922

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