Class: Aws::Types::DescribeDBClusterParameterGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBClusterParameterGroupsMessage
- 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.
Instance Attribute Details
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
814 815 816 |
# File 'sig/types.rbs', line 814 def db_cluster_parameter_group_name @db_cluster_parameter_group_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
815 816 817 |
# File 'sig/types.rbs', line 815 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
817 818 819 |
# File 'sig/types.rbs', line 817 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
816 817 818 |
# File 'sig/types.rbs', line 816 def max_records @max_records end |