Class: Aws::Types::CreatePublicDnsNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePublicDnsNamespaceRequest
- 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.
-
#properties ⇒ Types::PublicDnsNamespaceProperties
Returns the value of attribute properties.
-
#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.
41 42 43 |
# File 'sig/types.rbs', line 41 def creator_request_id @creator_request_id end |
#description ⇒ ::String
Returns the value of attribute description.
42 43 44 |
# File 'sig/types.rbs', line 42 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
40 41 42 |
# File 'sig/types.rbs', line 40 def name @name end |
#properties ⇒ Types::PublicDnsNamespaceProperties
Returns the value of attribute properties.
44 45 46 |
# File 'sig/types.rbs', line 44 def properties @properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
43 44 45 |
# File 'sig/types.rbs', line 43 def @tags end |