Class: Aws::RDS::Types::DBParameterGroupStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

The status of the DB parameter group.

This data type is used as a response element in the following actions:

  • CreateDBInstance

  • CreateDBInstanceReadReplica

  • DeleteDBInstance

  • ModifyDBInstance

  • RebootDBInstance

  • RestoreDBInstanceFromDBSnapshot

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_parameter_group_nameString

The name of the DB parameter group.

Returns:

  • (String)


9542
9543
9544
9545
9546
9547
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9542

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

#parameter_apply_statusString

The status of parameter updates.

Returns:

  • (String)


9542
9543
9544
9545
9546
9547
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9542

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