Class: Aws::Types::DescribeDBParametersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBParametersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_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_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def db_parameter_group_name @db_parameter_group_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def max_records @max_records end |
#source ⇒ ::String
Returns the value of attribute source.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def source @source end |