Class: Aws::DatabaseMigrationService::Types::DescribePendingMaintenanceActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribePendingMaintenanceActionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An optional pagination token provided by a previous request.
-
#pending_maintenance_actions ⇒ Array<Types::ResourcePendingMaintenanceActions>
The pending maintenance action.
Instance Attribute Details
#marker ⇒ String
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.
4343 4344 4345 4346 4347 4348 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4343 class DescribePendingMaintenanceActionsResponse < Struct.new( :pending_maintenance_actions, :marker) SENSITIVE = [] include Aws::Structure end |
#pending_maintenance_actions ⇒ Array<Types::ResourcePendingMaintenanceActions>
The pending maintenance action.
4343 4344 4345 4346 4347 4348 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4343 class DescribePendingMaintenanceActionsResponse < Struct.new( :pending_maintenance_actions, :marker) SENSITIVE = [] include Aws::Structure end |