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.
9951 9952 9953 9954 9955 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9951 class DBParameterGroupNameMessage < Struct.new( :db_parameter_group_name) SENSITIVE = [] include Aws::Structure end |