Class: Aws::Neptune::Types::DBClusterParameterGroup

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

Overview

Contains the details of an Amazon Neptune DB cluster parameter group.

This data type is used as a response element in the DescribeDBClusterParameterGroups action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_group_arnString

The Amazon Resource Name (ARN) for the DB cluster parameter group.

Returns:

  • (String)


2269
2270
2271
2272
2273
2274
2275
2276
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2269

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

#db_cluster_parameter_group_nameString

Provides the name of the DB cluster parameter group.

Returns:

  • (String)


2269
2270
2271
2272
2273
2274
2275
2276
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2269

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

#db_parameter_group_familyString

Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.

Returns:

  • (String)


2269
2270
2271
2272
2273
2274
2275
2276
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2269

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

#descriptionString

Provides the customer-specified description for this DB cluster parameter group.

Returns:

  • (String)


2269
2270
2271
2272
2273
2274
2275
2276
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2269

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