Class: Aws::DocDB::Types::PendingMaintenanceActionsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::PendingMaintenanceActionsMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Represents the output of DescribePendingMaintenanceActions.
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 maintenance actions to be applied.
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`.
4891 4892 4893 4894 4895 4896 |
# File 'lib/aws-sdk-docdb/types.rb', line 4891 class PendingMaintenanceActionsMessage < Struct.new( :pending_maintenance_actions, :marker) SENSITIVE = [] include Aws::Structure end |
#pending_maintenance_actions ⇒ Array<Types::ResourcePendingMaintenanceActions>
The maintenance actions to be applied.
4891 4892 4893 4894 4895 4896 |
# File 'lib/aws-sdk-docdb/types.rb', line 4891 class PendingMaintenanceActionsMessage < Struct.new( :pending_maintenance_actions, :marker) SENSITIVE = [] include Aws::Structure end |