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

#include_socket_informationBoolean

Specifies if socket information (sourcePort, targetPort, sourceIp, targetIp, vpcEndpointId) should be included in the GetThingConnectivityData response. Set to true to include socket information. Set to false to omit socket information. By default, this is set to false.

Returns:

  • (Boolean)


8971
8972
8973
8974
8975
8976
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8971

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

#thing_nameString

The name of your IoT thing.

Returns:

  • (String)


8971
8972
8973
8974
8975
8976
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8971

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