Class: Aws::RDS::Types::DBParameterGroupNameMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBParameterGroupNameMessage
- Includes:
- Structure
- Defined in:
- 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.
9871 9872 9873 9874 9875 |
# File 'lib/aws-sdk-rds/types.rb', line 9871 class DBParameterGroupNameMessage < Struct.new( :db_parameter_group_name) SENSITIVE = [] include Aws::Structure end |