Class: Aws::Redshift::Types::ClusterParameterGroupNameMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ClusterParameterGroupNameMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_group_name ⇒ String
The name of the cluster parameter group.
-
#parameter_group_status ⇒ String
The status of the parameter group.
Instance Attribute Details
#parameter_group_name ⇒ String
The name of the cluster parameter group.
1299 1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-redshift/types.rb', line 1299 class ClusterParameterGroupNameMessage < Struct.new( :parameter_group_name, :parameter_group_status) SENSITIVE = [] include Aws::Structure end |
#parameter_group_status ⇒ String
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
1299 1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-redshift/types.rb', line 1299 class ClusterParameterGroupNameMessage < Struct.new( :parameter_group_name, :parameter_group_status) SENSITIVE = [] include Aws::Structure end |