Class: Aws::Types::DescribeSecondarySubnetsResult

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)


7021
7022
7023
# File 'sig/types.rbs', line 7021

def next_token
  @next_token
end

#secondary_subnets::Array[Types::SecondarySubnet]

Returns the value of attribute secondary_subnets.

Returns:



7020
7021
7022
# File 'sig/types.rbs', line 7020

def secondary_subnets
  @secondary_subnets
end