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.
15568 15569 15570 |
# File 'sig/types.rbs', line 15568 def name @name end |
#state ⇒ "pendingVerification", ...
Returns the value of attribute state.
15565 15566 15567 |
# File 'sig/types.rbs', line 15565 def state @state end |
#type ⇒ ::String
Returns the value of attribute type.
15566 15567 15568 |
# File 'sig/types.rbs', line 15566 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
15567 15568 15569 |
# File 'sig/types.rbs', line 15567 def value @value end |