Class: Aws::Types::DnsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DnsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "valid-configuration", ...
Returns the value of attribute status.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def domain @domain end |
#reason ⇒ ::String
Returns the value of attribute reason.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def reason @reason end |
#status ⇒ "valid-configuration", ...
Returns the value of attribute status.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def status @status end |