Class: Aws::Types::UpdatePublicDnsNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePublicDnsNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#namespace ⇒ Types::PublicDnsNamespaceChange
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.
672 673 674 |
# File 'sig/types.rbs', line 672 def id @id end |
#namespace ⇒ Types::PublicDnsNamespaceChange
Returns the value of attribute namespace.
674 675 676 |
# File 'sig/types.rbs', line 674 def namespace @namespace end |
#updater_request_id ⇒ ::String
Returns the value of attribute updater_request_id.
673 674 675 |
# File 'sig/types.rbs', line 673 def updater_request_id @updater_request_id end |