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)


8966
8967
8968
8969
8970
8971
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8966

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)


8966
8967
8968
8969
8970
8971
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8966

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