You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Greengrass::Types::UpdateConnectivityInfoRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateConnectivityInfoRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  connectivity_info: [
    {
      host_address: "__string",
      id: "__string",
      metadata: "__string",
      port_number: 1,
    },
  ],
  thing_name: "__string", # required
}

Information required to update a Greengrass core's connectivity.

Instance Attribute Summary collapse

Instance Attribute Details

#connectivity_infoArray<Types::ConnectivityInfo>

A list of connectivity info.

Returns:

#thing_nameString

Returns:

  • (String)