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.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def classic_link_dns_supported @classic_link_dns_supported end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def vpc_id @vpc_id end |