Class: Aws::Types::EngineDefaults
- Inherits:
-
Object
- Object
- Aws::Types::EngineDefaults
- 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.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
Instance Attribute Details
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def db_parameter_group_family @db_parameter_group_family end |
#marker ⇒ ::String
Returns the value of attribute marker.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def marker @marker end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def parameters @parameters end |