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.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def classic_link_dns_supported @classic_link_dns_supported end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def vpc_id @vpc_id end |