Class: Aws::Types::GetThingConnectivityDataRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:thing_name])

Instance Attribute Summary collapse

Instance Attribute Details

#include_socket_informationBoolean

Returns the value of attribute include_socket_information.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


2544
2545
2546
# File 'sig/types.rbs', line 2544

def thing_name
  @thing_name
end