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.
15913 15914 15915 |
# File 'sig/types.rbs', line 15913 def name @name end |
#state ⇒ "pendingVerification", ...
Returns the value of attribute state.
15910 15911 15912 |
# File 'sig/types.rbs', line 15910 def state @state end |
#type ⇒ ::String
Returns the value of attribute type.
15911 15912 15913 |
# File 'sig/types.rbs', line 15911 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
15912 15913 15914 |
# File 'sig/types.rbs', line 15912 def value @value end |