Class: Aws::Types::PrivateDnsNameConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PrivateDnsNameConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "pendingVerification", ...
Returns the value of attribute state.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
15271 15272 15273 |
# File 'sig/types.rbs', line 15271 def name @name end |
#state ⇒ "pendingVerification", ...
Returns the value of attribute state.
15268 15269 15270 |
# File 'sig/types.rbs', line 15268 def state @state end |
#type ⇒ ::String
Returns the value of attribute type.
15269 15270 15271 |
# File 'sig/types.rbs', line 15269 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
15270 15271 15272 |
# File 'sig/types.rbs', line 15270 def value @value end |