Class: Aws::RDS::Types::CreateDBClusterParameterGroupResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_groupTypes::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.



2970
2971
2972
2973
2974
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 2970

class CreateDBClusterParameterGroupResult < Struct.new(
  :db_cluster_parameter_group)
  SENSITIVE = []
  include Aws::Structure
end