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.
-
#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.
636 637 638 |
# File 'sig/types.rbs', line 636 def db_parameter_group_family @db_parameter_group_family end |
#default_only ⇒ Boolean
Returns the value of attribute default_only.
640 641 642 |
# File 'sig/types.rbs', line 640 def default_only @default_only end |
#engine ⇒ ::String
Returns the value of attribute engine.
634 635 636 |
# File 'sig/types.rbs', line 634 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
635 636 637 |
# File 'sig/types.rbs', line 635 def engine_version @engine_version end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
637 638 639 |
# File 'sig/types.rbs', line 637 def filters @filters end |
#list_supported_character_sets ⇒ Boolean
Returns the value of attribute list_supported_character_sets.
641 642 643 |
# File 'sig/types.rbs', line 641 def list_supported_character_sets @list_supported_character_sets end |
#list_supported_timezones ⇒ Boolean
Returns the value of attribute list_supported_timezones.
642 643 644 |
# File 'sig/types.rbs', line 642 def list_supported_timezones @list_supported_timezones end |
#marker ⇒ ::String
Returns the value of attribute marker.
639 640 641 |
# File 'sig/types.rbs', line 639 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
638 639 640 |
# File 'sig/types.rbs', line 638 def max_records @max_records end |