Class: Aws::Types::DescribeSubnetGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSubnetGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#subnet_group_names ⇒ ::Array[::String]
Returns the value of attribute subnet_group_names.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
204 205 206 |
# File 'sig/types.rbs', line 204 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
205 206 207 |
# File 'sig/types.rbs', line 205 def next_token @next_token end |
#subnet_group_names ⇒ ::Array[::String]
Returns the value of attribute subnet_group_names.
203 204 205 |
# File 'sig/types.rbs', line 203 def subnet_group_names @subnet_group_names end |