Class: Aws::MemoryDB::Types::DescribeMultiRegionParameterGroupsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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.

Returns:



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_nameString

The request for information on a specific multi-region parameter group.

Returns:



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_tokenString

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.

Returns:



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