Class: Aws::Types::DescribeDBEngineVersionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBEngineVersionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
-
#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.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#include_all ⇒ Boolean
Returns the value of attribute include_all.
-
#list_supported_character_sets ⇒ Boolean
Returns the value of attribute list_supported_character_sets.
-
#list_supported_timezones ⇒ Boolean
Returns the value of attribute list_supported_timezones.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def db_parameter_group_family @db_parameter_group_family end |
#default_only ⇒ Boolean
Returns the value of attribute default_only.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def default_only @default_only end |
#engine ⇒ ::String
Returns the value of attribute engine.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def engine_version @engine_version end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def filters @filters end |
#include_all ⇒ Boolean
Returns the value of attribute include_all.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def include_all @include_all end |
#list_supported_character_sets ⇒ Boolean
Returns the value of attribute list_supported_character_sets.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def list_supported_character_sets @list_supported_character_sets end |
#list_supported_timezones ⇒ Boolean
Returns the value of attribute list_supported_timezones.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def list_supported_timezones @list_supported_timezones end |
#marker ⇒ ::String
Returns the value of attribute marker.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def max_records @max_records end |