Class: Aws::GreengrassV2::Types::GetConnectivityInfoRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrassv2/types.rb

Overview

Note:

When making an API call, you may pass GetConnectivityInfoRequest data as a hash:

{
  thing_name: "CoreDeviceThingName", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_nameString

The name of the core device. This is also the name of the IoT thing.

Returns:

  • (String)


1892
1893
1894
1895
1896
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1892

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