Class: Aws::RDS::Types::DBParameterGroupNameMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBParameterGroupNameMessage
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Contains the result of a successful invocation of the
ModifyDBParameterGroup
or ResetDBParameterGroup
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_parameter_group_name ⇒ String
The name of the DB parameter group.
Instance Attribute Details
#db_parameter_group_name ⇒ String
The name of the DB parameter group.
10033 10034 10035 10036 10037 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10033 class DBParameterGroupNameMessage < Struct.new( :db_parameter_group_name) SENSITIVE = [] include Aws::Structure end |