Class: Aws::GreengrassV2::Types::UpdateConnectivityInfoRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectivity_infoArray<Types::ConnectivityInfo>

The connectivity information for the core device.

Returns:



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_nameString

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

Returns:

  • (String)


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