Class: Aws::MemoryDB::Types::DescribeEngineVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DescribeEngineVersionsRequest
- Defined in:
- gems/aws-sdk-memorydb/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.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1385 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.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1385 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
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1385 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.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1385 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.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1385 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.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1385 class DescribeEngineVersionsRequest < Struct.new( :engine, :engine_version, :parameter_group_family, :max_results, :next_token, :default_only) SENSITIVE = [] include Aws::Structure end |