Class: Aws::Types::DescribeDBClusterParametersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBClusterParametersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
822 823 824 |
# File 'sig/types.rbs', line 822 def db_cluster_parameter_group_name @db_cluster_parameter_group_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
824 825 826 |
# File 'sig/types.rbs', line 824 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
826 827 828 |
# File 'sig/types.rbs', line 826 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
825 826 827 |
# File 'sig/types.rbs', line 825 def max_records @max_records end |
#source ⇒ ::String
Returns the value of attribute source.
823 824 825 |
# File 'sig/types.rbs', line 823 def source @source end |