Class: Aws::DocDBElastic::Types::ListPendingMaintenanceActionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ListPendingMaintenanceActionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An optional pagination token provided by a previous request.
-
#resource_pending_maintenance_actions ⇒ Array<Types::ResourcePendingMaintenanceAction>
Provides information about a pending maintenance action for a resource.
Instance Attribute Details
#next_token ⇒ String
An optional pagination token provided by a previous request. If this parameter is displayed, the responses will include only records beyond the marker, up to the value specified by ‘maxResults`.
899 900 901 902 903 904 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 899 class ListPendingMaintenanceActionsOutput < Struct.new( :next_token, :resource_pending_maintenance_actions) SENSITIVE = [] include Aws::Structure end |
#resource_pending_maintenance_actions ⇒ Array<Types::ResourcePendingMaintenanceAction>
Provides information about a pending maintenance action for a resource.
899 900 901 902 903 904 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 899 class ListPendingMaintenanceActionsOutput < Struct.new( :next_token, :resource_pending_maintenance_actions) SENSITIVE = [] include Aws::Structure end |