Class: Aws::Neptune::Types::CreateDBClusterParameterGroupMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_group_nameString

The name of the DB cluster parameter group.

Constraints:

  • Must match the name of an existing DBClusterParameterGroup.

^

This value is stored as a lowercase string.

Returns:

  • (String)


1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1001

class CreateDBClusterParameterGroupMessage < Struct.new(
  :db_cluster_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#db_parameter_group_familyString

The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.

Returns:

  • (String)


1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1001

class CreateDBClusterParameterGroupMessage < Struct.new(
  :db_cluster_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the DB cluster parameter group.

Returns:

  • (String)


1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1001

class CreateDBClusterParameterGroupMessage < Struct.new(
  :db_cluster_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to be assigned to the new DB cluster parameter group.

Returns:



1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1001

class CreateDBClusterParameterGroupMessage < Struct.new(
  :db_cluster_parameter_group_name,
  :db_parameter_group_family,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end