Class: Aws::Types::DescribeSecondarySubnetsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecondarySubnetsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#secondary_subnets ⇒ ::Array[Types::SecondarySubnet]
Returns the value of attribute secondary_subnets.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
7020 7021 7022 |
# File 'sig/types.rbs', line 7020 def secondary_subnets @secondary_subnets end |