Class: Aws::ServiceDiscovery::Types::NamespaceProperties

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_propertiesTypes::DnsProperties

A complex type that contains the ID for the RouteĀ 53 hosted zone that Cloud Map creates when you create a namespace.



1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1970

class NamespaceProperties < Struct.new(
  :dns_properties,
  :http_properties)
  SENSITIVE = []
  include Aws::Structure
end

#http_propertiesTypes::HttpProperties

A complex type that contains the name of an HTTP namespace.



1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1970

class NamespaceProperties < Struct.new(
  :dns_properties,
  :http_properties)
  SENSITIVE = []
  include Aws::Structure
end