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.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def db_parameter_group_family @db_parameter_group_family end |
#marker ⇒ ::String
Returns the value of attribute marker.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def marker @marker end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def parameters @parameters end |