Class: Aws::Types::UpdatePrivateDnsNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePrivateDnsNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#namespace ⇒ Types::PrivateDnsNamespaceChange
Returns the value of attribute namespace.
-
#updater_request_id ⇒ ::String
Returns the value of attribute updater_request_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
660 661 662 |
# File 'sig/types.rbs', line 660 def id @id end |
#namespace ⇒ Types::PrivateDnsNamespaceChange
Returns the value of attribute namespace.
662 663 664 |
# File 'sig/types.rbs', line 662 def namespace @namespace end |
#updater_request_id ⇒ ::String
Returns the value of attribute updater_request_id.
661 662 663 |
# File 'sig/types.rbs', line 661 def updater_request_id @updater_request_id end |