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

Class: Aws::ServiceDiscovery::Types::NamespaceSummary

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

Overview

A complex type that contains information about a namespace.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the namespace when you create it.

Returns:

  • (String)

    The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the namespace when you create it.

#create_dateTime

The date and time that the namespace was created.

Returns:

  • (Time)

    The date and time that the namespace was created.

#descriptionString

A description for the namespace.

Returns:

  • (String)

    A description for the namespace.

#idString

The ID of the namespace.

Returns:

  • (String)

    The ID of the namespace.

#nameString

The name of the namespace. When you create a namespace, AWS Cloud Map automatically creates a RouteĀ 53 hosted zone that has the same name as the namespace.

Returns:

  • (String)

    The name of the namespace.

#propertiesTypes::NamespaceProperties

A complex type that contains information that is specific to the namespace type.

Returns:

#service_countInteger

The number of services that were created using the namespace.

Returns:

  • (Integer)

    The number of services that were created using the namespace.

#typeString

The type of the namespace, either public or private.

Possible values:

  • DNS_PUBLIC
  • DNS_PRIVATE
  • HTTP

Returns:

  • (String)

    The type of the namespace, either public or private.