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 engine version to return.
-
#engine_version ⇒ String
The 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.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1230 class DescribeEngineVersionsRequest < Struct.new( :engine, :engine_version, :parameter_group_family, :max_results, :next_token, :default_only) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The engine version to return. Valid values are either valkey or redis.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1230 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 engine version.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1230 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.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1230 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.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1230 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.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1230 class DescribeEngineVersionsRequest < Struct.new( :engine, :engine_version, :parameter_group_family, :max_results, :next_token, :default_only) SENSITIVE = [] include Aws::Structure end |