Class: Aws::Types::DescribeClusterParametersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterParametersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def max_records @max_records end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def parameter_group_name @parameter_group_name end |
#source ⇒ ::String
Returns the value of attribute source.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def source @source end |