Module: Aws::DAX::Client::_DescribeParameterGroupsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeParameterGroupsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
223 |
# File 'sig/client.rbs', line 223
def next_token: () -> ::String
|
#parameter_groups ⇒ ::Array[Types::ParameterGroup]
224 |
# File 'sig/client.rbs', line 224
def parameter_groups: () -> ::Array[Types::ParameterGroup]
|