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

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

#connectivity_infoArray<Types::ConnectivityInfo>

The connectivity information for the core device.

Returns:



3037
3038
3039
3040
3041
3042
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3037

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)


3037
3038
3039
3040
3041
3042
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3037

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