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.



3096
3097
3098
3099
3100
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 3096

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