Class: Aws::ServiceDiscovery::Types::NamespaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::NamespaceSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.
-
#create_date ⇒ Time
The date and time that the namespace was created.
-
#description ⇒ String
A description for the namespace.
-
#id ⇒ String
The ID of the namespace.
-
#name ⇒ String
The name of the namespace.
-
#properties ⇒ Types::NamespaceProperties
The properties of the namespace.
-
#service_count ⇒ Integer
The number of services that were created using the namespace.
-
#type ⇒ String
The type of the namespace, either public or private.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.
2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2060 class NamespaceSummary < Struct.new( :id, :arn, :name, :type, :description, :service_count, :properties, :create_date) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The date and time that the namespace was created.
2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2060 class NamespaceSummary < Struct.new( :id, :arn, :name, :type, :description, :service_count, :properties, :create_date) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the namespace.
2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2060 class NamespaceSummary < Struct.new( :id, :arn, :name, :type, :description, :service_count, :properties, :create_date) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the namespace.
2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2060 class NamespaceSummary < Struct.new( :id, :arn, :name, :type, :description, :service_count, :properties, :create_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
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.
2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2060 class NamespaceSummary < Struct.new( :id, :arn, :name, :type, :description, :service_count, :properties, :create_date) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Types::NamespaceProperties
The properties of the namespace.
2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2060 class NamespaceSummary < Struct.new( :id, :arn, :name, :type, :description, :service_count, :properties, :create_date) SENSITIVE = [] include Aws::Structure end |
#service_count ⇒ Integer
The number of services that were created using the namespace.
2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2060 class NamespaceSummary < Struct.new( :id, :arn, :name, :type, :description, :service_count, :properties, :create_date) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the namespace, either public or private.
2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2060 class NamespaceSummary < Struct.new( :id, :arn, :name, :type, :description, :service_count, :properties, :create_date) SENSITIVE = [] include Aws::Structure end |