Class: Aws::Types::CreatePrivateDnsNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePrivateDnsNamespaceRequest
- 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::PrivateDnsNamespaceProperties
Returns the value of attribute properties.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc ⇒ ::String
Returns the value of attribute vpc.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
26 27 28 |
# File 'sig/types.rbs', line 26 def creator_request_id @creator_request_id end |
#description ⇒ ::String
Returns the value of attribute description.
27 28 29 |
# File 'sig/types.rbs', line 27 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
25 26 27 |
# File 'sig/types.rbs', line 25 def name @name end |
#properties ⇒ Types::PrivateDnsNamespaceProperties
Returns the value of attribute properties.
30 31 32 |
# File 'sig/types.rbs', line 30 def properties @properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
29 30 31 |
# File 'sig/types.rbs', line 29 def end |
#vpc ⇒ ::String
Returns the value of attribute vpc.
28 29 30 |
# File 'sig/types.rbs', line 28 def vpc @vpc end |