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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2058

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

#create_dateTime

The date and time that the namespace was created.

Returns:

  • (Time)


2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2058

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

#descriptionString

A description for the namespace.

Returns:

  • (String)


2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2058

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

#idString

The ID of the namespace.

Returns:

  • (String)


2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2058

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

#nameString

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

Returns:

  • (String)


2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2058

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

#propertiesTypes::NamespaceProperties

The properties of the namespace.



2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2058

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

#service_countInteger

The number of services that were created using the namespace.

Returns:

  • (Integer)


2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2058

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

#typeString

The type of the namespace, either public or private.

Returns:

  • (String)


2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2058

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