Class: Aws::Neptune::Types::DBParameterGroupStatus

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

Overview

The status of the DB parameter group.

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

  • CreateDBInstance

  • DeleteDBInstance

  • ModifyDBInstance

  • RebootDBInstance

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_parameter_group_nameString

The name of the DP parameter group.

Returns:

  • (String)


3244
3245
3246
3247
3248
3249
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3244

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)


3244
3245
3246
3247
3248
3249
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3244

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