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.
15907 15908 15909 |
# File 'sig/types.rbs', line 15907 def name @name end |
#state ⇒ "pendingVerification", ...
Returns the value of attribute state.
15904 15905 15906 |
# File 'sig/types.rbs', line 15904 def state @state end |
#type ⇒ ::String
Returns the value of attribute type.
15905 15906 15907 |
# File 'sig/types.rbs', line 15905 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
15906 15907 15908 |
# File 'sig/types.rbs', line 15906 def value @value end |