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

Class: Aws::Greengrass::Types::ConnectivityInfo

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

Overview

Note:

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

{
  host_address: "__string",
  id: "__string",
  metadata: "__string",
  port_number: 1,
}

Information about a Greengrass core's connectivity.

Instance Attribute Summary collapse

Instance Attribute Details

#host_addressString

The endpoint for the Greengrass core. Can be an IP address or DNS.

Returns:

  • (String)

    The endpoint for the Greengrass core.

#idString

The ID of the connectivity information.

Returns:

  • (String)

    The ID of the connectivity information.

#metadataString

Metadata for this endpoint.

Returns:

  • (String)

    Metadata for this endpoint.

#port_numberInteger

The port of the Greengrass core. Usually 8883.

Returns:

  • (Integer)

    The port of the Greengrass core.