Class: Aws::Types::ClassicLinkDnsSupport
- Inherits:
-
Object
- Object
- Aws::Types::ClassicLinkDnsSupport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classic_link_dns_supported ⇒ Boolean
Returns the value of attribute classic_link_dns_supported.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#classic_link_dns_supported ⇒ Boolean
Returns the value of attribute classic_link_dns_supported.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def classic_link_dns_supported @classic_link_dns_supported end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def vpc_id @vpc_id end |