Class: Aws::RDS::Types::CreateDBClusterParameterGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CreateDBClusterParameterGroupResult
- 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.
3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 3276 class CreateDBClusterParameterGroupResult < Struct.new( :db_cluster_parameter_group) SENSITIVE = [] include Aws::Structure end |