Class: Aws::GreengrassV2::Types::GetConnectivityInfoRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetConnectivityInfoRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thing_name ⇒ String
The name of the core device.
Instance Attribute Details
#thing_name ⇒ String
The name of the core device. This is also the name of the IoT thing.
1556 1557 1558 1559 1560 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1556 class GetConnectivityInfoRequest < Struct.new( :thing_name) SENSITIVE = [] include Aws::Structure end |