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.
3095 3096 3097 3098 3099 3100 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3095 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.
3095 3096 3097 3098 3099 3100 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3095 class UpdateConnectivityInfoRequest < Struct.new( :thing_name, :connectivity_info) SENSITIVE = [] include Aws::Structure end |