Class: Aws::Types::NamespaceProperties
- Inherits:
-
Object
- Object
- Aws::Types::NamespaceProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_properties ⇒ Types::DnsProperties
Returns the value of attribute dns_properties.
-
#http_properties ⇒ Types::HttpProperties
Returns the value of attribute http_properties.
Instance Attribute Details
#dns_properties ⇒ Types::DnsProperties
Returns the value of attribute dns_properties.
393 394 395 |
# File 'sig/types.rbs', line 393 def dns_properties @dns_properties end |
#http_properties ⇒ Types::HttpProperties
Returns the value of attribute http_properties.
394 395 396 |
# File 'sig/types.rbs', line 394 def http_properties @http_properties end |