Class: Aws::Neptune::Types::DBClusterParameterGroupNameMessage

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 be 1 to 255 letters or numbers.

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

This value is stored as a lowercase string.

Returns:

  • (String)


2316
2317
2318
2319
2320
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2316

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