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

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

Overview

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)


1556
1557
1558
1559
1560
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1556

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