Class: Aws::Types::DescribeVpcClassicLinkDnsSupportResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



7722
7723
7724
# File 'sig/types.rbs', line 7722

def vpcs
  @vpcs
end