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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

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)


1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1823

class NamespaceSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :description,
  :service_count,
  :properties,
  :create_date)
  include Aws::Structure
end

#create_dateTime

The date and time that the namespace was created.

Returns:

  • (Time)


1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1823

class NamespaceSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :description,
  :service_count,
  :properties,
  :create_date)
  include Aws::Structure
end

#descriptionString

A description for the namespace.

Returns:

  • (String)


1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1823

class NamespaceSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :description,
  :service_count,
  :properties,
  :create_date)
  include Aws::Structure
end

#idString

The ID of the namespace.

Returns:

  • (String)


1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1823

class NamespaceSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :description,
  :service_count,
  :properties,
  :create_date)
  include Aws::Structure
end

#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)


1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1823

class NamespaceSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :description,
  :service_count,
  :properties,
  :create_date)
  include Aws::Structure
end

#propertiesTypes::NamespaceProperties

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



1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1823

class NamespaceSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :description,
  :service_count,
  :properties,
  :create_date)
  include Aws::Structure
end

#service_countInteger

The number of services that were created using the namespace.

Returns:

  • (Integer)


1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1823

class NamespaceSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :description,
  :service_count,
  :properties,
  :create_date)
  include Aws::Structure
end

#typeString

The type of the namespace, either public or private.

Returns:

  • (String)


1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1823

class NamespaceSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :description,
  :service_count,
  :properties,
  :create_date)
  include Aws::Structure
end