Class: Aws::Types::GetDbParameterGroupOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDbParameterGroupOutput
- 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.
-
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
460 461 462 |
# File 'sig/types.rbs', line 460 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
461 462 463 |
# File 'sig/types.rbs', line 461 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
458 459 460 |
# File 'sig/types.rbs', line 458 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
459 460 461 |
# File 'sig/types.rbs', line 459 def name @name end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
462 463 464 |
# File 'sig/types.rbs', line 462 def parameters @parameters end |