Class: Aws::RDS::Types::DBParameterGroupNameMessage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#db_parameter_group_nameString

The name of the DB parameter group.

Returns:

  • (String)


9465
9466
9467
9468
9469
# File 'lib/aws-sdk-rds/types.rb', line 9465

class DBParameterGroupNameMessage < Struct.new(
  :db_parameter_group_name)
  SENSITIVE = []
  include Aws::Structure
end