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)


3179
3180
3181
3182
3183
3184
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3179

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)


3179
3180
3181
3182
3183
3184
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3179

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