Class: Aws::MemoryDB::Types::DescribeEngineVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DescribeEngineVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_only ⇒ Boolean
If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
-
#engine ⇒ String
The name of the engine for which to list available versions.
-
#engine_version ⇒ String
The Redis OSS engine version.
-
#max_results ⇒ Integer
The maximum number of records to include in the response.
-
#next_token ⇒ String
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
-
#parameter_group_family ⇒ String
The name of a specific parameter group family to return details for.
Instance Attribute Details
#default_only ⇒ Boolean
If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1404 class DescribeEngineVersionsRequest < Struct.new( :engine, :engine_version, :parameter_group_family, :max_results, :next_token, :default_only) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The name of the engine for which to list available versions.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1404 class DescribeEngineVersionsRequest < Struct.new( :engine, :engine_version, :parameter_group_family, :max_results, :next_token, :default_only) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The Redis OSS engine version
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1404 class DescribeEngineVersionsRequest < Struct.new( :engine, :engine_version, :parameter_group_family, :max_results, :next_token, :default_only) SENSITIVE = [] include Aws::Structure end |
#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.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1404 class DescribeEngineVersionsRequest < Struct.new( :engine, :engine_version, :parameter_group_family, :max_results, :next_token, :default_only) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1404 class DescribeEngineVersionsRequest < Struct.new( :engine, :engine_version, :parameter_group_family, :max_results, :next_token, :default_only) SENSITIVE = [] include Aws::Structure end |
#parameter_group_family ⇒ String
The name of a specific parameter group family to return details for.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1404 class DescribeEngineVersionsRequest < Struct.new( :engine, :engine_version, :parameter_group_family, :max_results, :next_token, :default_only) SENSITIVE = [] include Aws::Structure end |