Class: Aws::Neptune::Types::DBParameterGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DBParameterGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Contains the details of an Amazon Neptune DB parameter group.
This data type is used as a response element in the DescribeDBParameterGroups action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_parameter_group_arn ⇒ String
The Amazon Resource Name (ARN) for the DB parameter group.
-
#db_parameter_group_family ⇒ String
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
-
#db_parameter_group_name ⇒ String
Provides the name of the DB parameter group.
-
#description ⇒ String
Provides the customer-specified description for this DB parameter group.
Instance Attribute Details
#db_parameter_group_arn ⇒ String
The Amazon Resource Name (ARN) for the DB parameter group.
3162 3163 3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-neptune/types.rb', line 3162 class DBParameterGroup < Struct.new( :db_parameter_group_name, :db_parameter_group_family, :description, :db_parameter_group_arn) SENSITIVE = [] include Aws::Structure end |
#db_parameter_group_family ⇒ String
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
3162 3163 3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-neptune/types.rb', line 3162 class DBParameterGroup < Struct.new( :db_parameter_group_name, :db_parameter_group_family, :description, :db_parameter_group_arn) SENSITIVE = [] include Aws::Structure end |
#db_parameter_group_name ⇒ String
Provides the name of the DB parameter group.
3162 3163 3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-neptune/types.rb', line 3162 class DBParameterGroup < Struct.new( :db_parameter_group_name, :db_parameter_group_family, :description, :db_parameter_group_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Provides the customer-specified description for this DB parameter group.
3162 3163 3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-neptune/types.rb', line 3162 class DBParameterGroup < Struct.new( :db_parameter_group_name, :db_parameter_group_family, :description, :db_parameter_group_arn) SENSITIVE = [] include Aws::Structure end |