Class: Aws::MemoryDB::Types::DescribeMultiRegionParameterGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DescribeMultiRegionParameterGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of records to include in the response.
-
#multi_region_parameter_group_name ⇒ String
The request for information on a specific multi-region parameter group.
-
#next_token ⇒ String
An optional token returned from a prior request.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
1580 1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1580 class DescribeMultiRegionParameterGroupsRequest < Struct.new( :multi_region_parameter_group_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#multi_region_parameter_group_name ⇒ String
The request for information on a specific multi-region parameter group.
1580 1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1580 class DescribeMultiRegionParameterGroupsRequest < Struct.new( :multi_region_parameter_group_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
1580 1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1580 class DescribeMultiRegionParameterGroupsRequest < Struct.new( :multi_region_parameter_group_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |