Class: Aws::Types::DescribeEngineVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEngineVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_only ⇒ Boolean
Returns the value of attribute default_only.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#parameter_group_family ⇒ ::String
Returns the value of attribute parameter_group_family.
Instance Attribute Details
#default_only ⇒ Boolean
Returns the value of attribute default_only.
384 385 386 |
# File 'sig/types.rbs', line 384 def default_only @default_only end |
#engine ⇒ ::String
Returns the value of attribute engine.
379 380 381 |
# File 'sig/types.rbs', line 379 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
380 381 382 |
# File 'sig/types.rbs', line 380 def engine_version @engine_version end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
382 383 384 |
# File 'sig/types.rbs', line 382 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
383 384 385 |
# File 'sig/types.rbs', line 383 def next_token @next_token end |
#parameter_group_family ⇒ ::String
Returns the value of attribute parameter_group_family.
381 382 383 |
# File 'sig/types.rbs', line 381 def parameter_group_family @parameter_group_family end |