Class: Aws::RDS::Types::ApplyPendingMaintenanceActionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ApplyPendingMaintenanceActionResult
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_pending_maintenance_actions ⇒ Types::ResourcePendingMaintenanceActions
Describes the pending maintenance actions for a resource.
Instance Attribute Details
#resource_pending_maintenance_actions ⇒ Types::ResourcePendingMaintenanceActions
Describes the pending maintenance actions for a resource.
341 342 343 344 345 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 341 class ApplyPendingMaintenanceActionResult < Struct.new( :resource_pending_maintenance_actions) SENSITIVE = [] include Aws::Structure end |