Class: Aws::RDS::Types::CopyDBClusterParameterGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CopyDBClusterParameterGroupResult
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_parameter_group ⇒ Types::DBClusterParameterGroup
Contains the details of an Amazon RDS DB cluster parameter group.
Instance Attribute Details
#db_cluster_parameter_group ⇒ Types::DBClusterParameterGroup
Contains the details of an Amazon RDS DB cluster parameter group.
This data type is used as a response element in the
DescribeDBClusterParameterGroups
action.
1222 1223 1224 1225 1226 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1222 class CopyDBClusterParameterGroupResult < Struct.new( :db_cluster_parameter_group) SENSITIVE = [] include Aws::Structure end |