Class: Aws::Types::CreateHttpNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHttpNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def creator_request_id @creator_request_id end |
#description ⇒ ::String
Returns the value of attribute description.
14 15 16 |
# File 'sig/types.rbs', line 14 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
12 13 14 |
# File 'sig/types.rbs', line 12 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15 16 17 |
# File 'sig/types.rbs', line 15 def @tags end |