Class: Aws::Types::UpdateHttpNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHttpNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#namespace ⇒ Types::HttpNamespaceChange
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.
641 642 643 |
# File 'sig/types.rbs', line 641 def id @id end |
#namespace ⇒ Types::HttpNamespaceChange
Returns the value of attribute namespace.
643 644 645 |
# File 'sig/types.rbs', line 643 def namespace @namespace end |
#updater_request_id ⇒ ::String
Returns the value of attribute updater_request_id.
642 643 644 |
# File 'sig/types.rbs', line 642 def updater_request_id @updater_request_id end |