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.
7204 7205 7206 |
# File 'sig/types.rbs', line 7204 def next_token @next_token end |
#secondary_subnets ⇒ ::Array[Types::SecondarySubnet]
Returns the value of attribute secondary_subnets.
7203 7204 7205 |
# File 'sig/types.rbs', line 7203 def secondary_subnets @secondary_subnets end |