Class: Aws::IoT::Types::GetThingConnectivityDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetThingConnectivityDataRequest
- Includes:
- Structure
- Defined in:
- 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`.
8966 8967 8968 8969 8970 8971 |
# File '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_name ⇒ String
The name of your IoT thing.
8966 8967 8968 8969 8970 8971 |
# File 'lib/aws-sdk-iot/types.rb', line 8966 class GetThingConnectivityDataRequest < Struct.new( :thing_name, :include_socket_information) SENSITIVE = [:thing_name] include Aws::Structure end |