Class: Aws::Types::GetThingConnectivityDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetThingConnectivityDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_socket_information ⇒ Boolean
Returns the value of attribute include_socket_information.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#include_socket_information ⇒ Boolean
Returns the value of attribute include_socket_information.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def include_socket_information @include_socket_information end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def thing_name @thing_name end |