Class: Aws::Types::PrivateDnsNamespaceChange
- Inherits:
-
Object
- Object
- Aws::Types::PrivateDnsNamespaceChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#properties ⇒ Types::PrivateDnsNamespacePropertiesChange
Returns the value of attribute properties.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
443 444 445 |
# File 'sig/types.rbs', line 443 def description @description end |
#properties ⇒ Types::PrivateDnsNamespacePropertiesChange
Returns the value of attribute properties.
444 445 446 |
# File 'sig/types.rbs', line 444 def properties @properties end |