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.
736 737 738 |
# File 'sig/types.rbs', line 736 def db_parameter_group_family @db_parameter_group_family end |
#marker ⇒ ::String
Returns the value of attribute marker.
737 738 739 |
# File 'sig/types.rbs', line 737 def marker @marker end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
738 739 740 |
# File 'sig/types.rbs', line 738 def parameters @parameters end |