Class: Aws::GreengrassV2::Types::UpdateConnectivityInfoRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::UpdateConnectivityInfoRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connectivity_info ⇒ Array<Types::ConnectivityInfo>
The connectivity information for the core device.
-
#thing_name ⇒ String
The name of the core device.
Instance Attribute Details
#connectivity_info ⇒ Array<Types::ConnectivityInfo>
The connectivity information for the core device.
3058 3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3058 class UpdateConnectivityInfoRequest < Struct.new( :thing_name, :connectivity_info) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the core device. This is also the name of the IoT thing.
3058 3059 3060 3061 3062 3063 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3058 class UpdateConnectivityInfoRequest < Struct.new( :thing_name, :connectivity_info) SENSITIVE = [] include Aws::Structure end |