Class: Aws::Neptune::Types::DBParameterGroupStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DBParameterGroupStatus
- 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
-
#db_parameter_group_name ⇒ String
The name of the DP parameter group.
-
#parameter_apply_status ⇒ String
The status of parameter updates.
Instance Attribute Details
#db_parameter_group_name ⇒ String
The name of the DP parameter group.
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_status ⇒ String
The status of parameter updates.
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 |