Class: Aws::DatabaseMigrationService::Types::ApplyPendingMaintenanceActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ApplyPendingMaintenanceActionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_pending_maintenance_actions ⇒ Types::ResourcePendingMaintenanceActions
The DMS resource that the pending maintenance action will be applied to.
Instance Attribute Details
#resource_pending_maintenance_actions ⇒ Types::ResourcePendingMaintenanceActions
The DMS resource that the pending maintenance action will be applied to.
123 124 125 126 127 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 123 class ApplyPendingMaintenanceActionResponse < Struct.new( :resource_pending_maintenance_actions) SENSITIVE = [] include Aws::Structure end |