Class: Aws::Types::DescribeVpcClassicLinkDnsSupportResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcClassicLinkDnsSupportResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpcs ⇒ ::Array[Types::ClassicLinkDnsSupport]
Returns the value of attribute vpcs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7721 7722 7723 |
# File 'sig/types.rbs', line 7721 def next_token @next_token end |
#vpcs ⇒ ::Array[Types::ClassicLinkDnsSupport]
Returns the value of attribute vpcs.
7722 7723 7724 |
# File 'sig/types.rbs', line 7722 def vpcs @vpcs end |