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

#arn ⇒ String

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_date ⇒ Time

The date and time that the namespace was created.

Returns:

  • (Time) —

    The date and time that the namespace was created.

#description ⇒ String

A description for the namespace.

Returns:

  • (String) —

    A description for the namespace.

#id ⇒ String

The ID of the namespace.

Returns:

  • (String) —

    The ID of the namespace.

#name ⇒ String

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.

#properties ⇒ Types::NamespaceProperties

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

Returns:

#service_count ⇒ Integer

The number of services that were created using the namespace.

Returns:

  • (Integer) —

    The number of services that were created using the namespace.

#type ⇒ String

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.