Class: Aws::ServiceDiscovery::Types::Namespace

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


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1702

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

#create_dateTime

The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC). The value of ‘CreateDate` is accurate to milliseconds. For example, the value `1516925490.087` represents Friday, January 26, 2018 12:11:30.087 AM.

Returns:

  • (Time)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1702

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

#creator_request_idString

A unique string that identifies the request and that allows failed requests to be retried without the risk of executing an operation twice.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1702

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

#descriptionString

The description that you specify for the namespace when you create it.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1702

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

#idString

The ID of a namespace.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1702

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

#nameString

The name of the namespace, such as ‘example.com`.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1702

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

#propertiesTypes::NamespaceProperties

A complex type that contains information that’s specific to the type of the namespace.



1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1702

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

#service_countInteger

The number of services that are associated with the namespace.

Returns:

  • (Integer)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1702

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

#typeString

The type of the namespace. Valid values are ‘DNS_PUBLIC` and `DNS_PRIVATE`.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1702

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