Class: Aws::DocDBElastic::Types::PendingMaintenanceActionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::PendingMaintenanceActionDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Retrieves the details of maintenance actions that are pending.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
Displays the specific action of a pending maintenance action.
-
#auto_applied_after_date ⇒ String
Displays the date of the maintenance window when the action is applied.
-
#current_apply_date ⇒ String
Displays the effective date when the pending maintenance action is applied to the resource.
-
#description ⇒ String
Displays a description providing more detail about the maintenance action.
-
#forced_apply_date ⇒ String
Displays the date when the maintenance action is automatically applied.
-
#opt_in_status ⇒ String
Displays the type of ‘optInType` request that has been received for the resource.
Instance Attribute Details
#action ⇒ String
Displays the specific action of a pending maintenance action.
967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967 class PendingMaintenanceActionDetails < Struct.new( :action, :auto_applied_after_date, :current_apply_date, :description, :forced_apply_date, :opt_in_status) SENSITIVE = [] include Aws::Structure end |
#auto_applied_after_date ⇒ String
Displays the date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, any ‘NEXT_MAINTENANCE` `optInType` requests are ignored.
967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967 class PendingMaintenanceActionDetails < Struct.new( :action, :auto_applied_after_date, :current_apply_date, :description, :forced_apply_date, :opt_in_status) SENSITIVE = [] include Aws::Structure end |
#current_apply_date ⇒ String
Displays the effective date when the pending maintenance action is applied to the resource.
967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967 class PendingMaintenanceActionDetails < Struct.new( :action, :auto_applied_after_date, :current_apply_date, :description, :forced_apply_date, :opt_in_status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Displays a description providing more detail about the maintenance action.
967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967 class PendingMaintenanceActionDetails < Struct.new( :action, :auto_applied_after_date, :current_apply_date, :description, :forced_apply_date, :opt_in_status) SENSITIVE = [] include Aws::Structure end |
#forced_apply_date ⇒ String
Displays the date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any ‘IMMEDIATE` `optInType` requests are ignored.
967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967 class PendingMaintenanceActionDetails < Struct.new( :action, :auto_applied_after_date, :current_apply_date, :description, :forced_apply_date, :opt_in_status) SENSITIVE = [] include Aws::Structure end |
#opt_in_status ⇒ String
Displays the type of ‘optInType` request that has been received for the resource.
967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967 class PendingMaintenanceActionDetails < Struct.new( :action, :auto_applied_after_date, :current_apply_date, :description, :forced_apply_date, :opt_in_status) SENSITIVE = [] include Aws::Structure end |