Class: Aws::Types::DescribeSubnetGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSubnetGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#subnet_groups ⇒ ::Array[Types::SubnetGroup]
Returns the value of attribute subnet_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
550 551 552 |
# File 'sig/types.rbs', line 550 def next_token @next_token end |
#subnet_groups ⇒ ::Array[Types::SubnetGroup]
Returns the value of attribute subnet_groups.
551 552 553 |
# File 'sig/types.rbs', line 551 def subnet_groups @subnet_groups end |