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`.
4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4324 class DescribePendingMaintenanceActionsResponse < Struct.new( :pending_maintenance_actions, :marker) SENSITIVE = [] include Aws::Structure end |
#pending_maintenance_actions ⇒ Array<Types::ResourcePendingMaintenanceActions>
The pending maintenance action.
4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4324 class DescribePendingMaintenanceActionsResponse < Struct.new( :pending_maintenance_actions, :marker) SENSITIVE = [] include Aws::Structure end |