Class: Aws::Types::AwsRedshiftClusterClusterParameterStatus
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterClusterParameterStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameter_apply_error_description ⇒ ::String
Returns the value of attribute parameter_apply_error_description.
-
#parameter_apply_status ⇒ ::String
Returns the value of attribute parameter_apply_status.
-
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
Instance Attribute Details
#parameter_apply_error_description ⇒ ::String
Returns the value of attribute parameter_apply_error_description.
3741 3742 3743 |
# File 'sig/types.rbs', line 3741 def parameter_apply_error_description @parameter_apply_error_description end |
#parameter_apply_status ⇒ ::String
Returns the value of attribute parameter_apply_status.
3740 3741 3742 |
# File 'sig/types.rbs', line 3740 def parameter_apply_status @parameter_apply_status end |
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
3739 3740 3741 |
# File 'sig/types.rbs', line 3739 def parameter_name @parameter_name end |