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

Class: Aws::ServiceDiscovery::Types::HttpInstanceSummary

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

Overview

In a response to a DiscoverInstances request, HttpInstanceSummary contains information about one instance that matches the values that you specified in the request.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

If you included any attributes when you registered the instance, the values of those attributes.

Returns:

  • (Hash<String,String>)

    If you included any attributes when you registered the instance, the values of those attributes.

#health_statusString

If you configured health checking in the service, the current health status of the service instance.

Possible values:

  • HEALTHY
  • UNHEALTHY
  • UNKNOWN

Returns:

  • (String)

    If you configured health checking in the service, the current health status of the service instance.

#instance_idString

The ID of an instance that matches the values that you specified in the request.

Returns:

  • (String)

    The ID of an instance that matches the values that you specified in the request.

#namespace_nameString

The name of the namespace that you specified when you registered the instance.

Returns:

  • (String)

    The name of the namespace that you specified when you registered the instance.

#service_nameString

The name of the service that you specified when you registered the instance.

Returns:

  • (String)

    The name of the service that you specified when you registered the instance.