Class: Aws::Types::MultiRegionParameterGroup
- Inherits:
-
Object
- Object
- Aws::Types::MultiRegionParameterGroup
- 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.
728 729 730 |
# File 'sig/types.rbs', line 728 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
727 728 729 |
# File 'sig/types.rbs', line 727 def description @description end |
#family ⇒ ::String
Returns the value of attribute family.
726 727 728 |
# File 'sig/types.rbs', line 726 def family @family end |
#name ⇒ ::String
Returns the value of attribute name.
725 726 727 |
# File 'sig/types.rbs', line 725 def name @name end |