Class: Aws::Types::DbParameterGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::DbParameterGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
254 255 256 |
# File 'sig/types.rbs', line 254 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
255 256 257 |
# File 'sig/types.rbs', line 255 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
252 253 254 |
# File 'sig/types.rbs', line 252 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
253 254 255 |
# File 'sig/types.rbs', line 253 def name @name end |