Class: Aws::Types::CreateDbParameterGroupOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDbParameterGroupOutput
- 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.
164 165 166 |
# File 'sig/types.rbs', line 164 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
165 166 167 |
# File 'sig/types.rbs', line 165 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
162 163 164 |
# File 'sig/types.rbs', line 162 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
163 164 165 |
# File 'sig/types.rbs', line 163 def name @name end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
166 167 168 |
# File 'sig/types.rbs', line 166 def parameters @parameters end |