Class: Aws::Types::ParameterGroup
- Inherits:
-
Object
- Object
- Aws::Types::ParameterGroup
- 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.
-
#family ⇒ ::String
Returns the value of attribute family.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
767 768 769 |
# File 'sig/types.rbs', line 767 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
766 767 768 |
# File 'sig/types.rbs', line 766 def description @description end |
#family ⇒ ::String
Returns the value of attribute family.
765 766 767 |
# File 'sig/types.rbs', line 765 def family @family end |
#name ⇒ ::String
Returns the value of attribute name.
764 765 766 |
# File 'sig/types.rbs', line 764 def name @name end |