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.
863 864 865 |
# File 'sig/types.rbs', line 863 def db_parameter_group_family @db_parameter_group_family end |
#default_only ⇒ Boolean
Returns the value of attribute default_only.
867 868 869 |
# File 'sig/types.rbs', line 867 def default_only @default_only end |
#engine ⇒ ::String
Returns the value of attribute engine.
861 862 863 |
# File 'sig/types.rbs', line 861 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
862 863 864 |
# File 'sig/types.rbs', line 862 def engine_version @engine_version end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
864 865 866 |
# File 'sig/types.rbs', line 864 def filters @filters end |
#list_supported_character_sets ⇒ Boolean
Returns the value of attribute list_supported_character_sets.
868 869 870 |
# File 'sig/types.rbs', line 868 def list_supported_character_sets @list_supported_character_sets end |
#list_supported_timezones ⇒ Boolean
Returns the value of attribute list_supported_timezones.
869 870 871 |
# File 'sig/types.rbs', line 869 def list_supported_timezones @list_supported_timezones end |
#marker ⇒ ::String
Returns the value of attribute marker.
866 867 868 |
# File 'sig/types.rbs', line 866 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
865 866 867 |
# File 'sig/types.rbs', line 865 def max_records @max_records end |