Class: Aws::Redshift::Types::ClusterParameterGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ClusterParameterGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes a parameter group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the parameter group.
-
#parameter_group_family ⇒ String
The name of the cluster parameter group family that this cluster parameter group is compatible with.
-
#parameter_group_name ⇒ String
The name of the cluster parameter group.
-
#tags ⇒ Array<Types::Tag>
The list of tags for the cluster parameter group.
Instance Attribute Details
#description ⇒ String
The description of the parameter group.
1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-redshift/types.rb', line 1262 class ClusterParameterGroup < Struct.new( :parameter_group_name, :parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#parameter_group_family ⇒ String
The name of the cluster parameter group family that this cluster parameter group is compatible with.
1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-redshift/types.rb', line 1262 class ClusterParameterGroup < Struct.new( :parameter_group_name, :parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#parameter_group_name ⇒ String
The name of the cluster parameter group.
1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-redshift/types.rb', line 1262 class ClusterParameterGroup < Struct.new( :parameter_group_name, :parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags for the cluster parameter group.
1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-redshift/types.rb', line 1262 class ClusterParameterGroup < Struct.new( :parameter_group_name, :parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end |