Class: Aws::Types::DefaultClusterParameters
- Inherits:
-
Object
- Object
- Aws::Types::DefaultClusterParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#parameter_group_family ⇒ ::String
Returns the value of attribute parameter_group_family.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
819 820 821 |
# File 'sig/types.rbs', line 819 def marker @marker end |
#parameter_group_family ⇒ ::String
Returns the value of attribute parameter_group_family.
818 819 820 |
# File 'sig/types.rbs', line 818 def parameter_group_family @parameter_group_family end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
820 821 822 |
# File 'sig/types.rbs', line 820 def parameters @parameters end |