Class: Aws::IoT::Types::GetThingConnectivityDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetThingConnectivityDataRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[:thing_name]
Instance Attribute Summary collapse
-
#include_socket_information ⇒ Boolean
Specifies if socket information (sourcePort, targetPort, sourceIp, targetIp, vpcEndpointId) should be included in the GetThingConnectivityData response.
-
#thing_name ⇒ String
The name of your IoT thing.
Instance Attribute Details
#include_socket_information ⇒ Boolean
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.
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_name ⇒ String
The name of your IoT thing.
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 |