Class: Aws::SSM::Types::DescribeMaintenanceWindowTasksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowTasksResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#tasks ⇒ Array<Types::MaintenanceWindowTask>
Information about the tasks in the maintenance window.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-ssm/types.rb', line 5859 class DescribeMaintenanceWindowTasksResult < Struct.new( :tasks, :next_token) SENSITIVE = [] include Aws::Structure end |
#tasks ⇒ Array<Types::MaintenanceWindowTask>
Information about the tasks in the maintenance window.
5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-ssm/types.rb', line 5859 class DescribeMaintenanceWindowTasksResult < Struct.new( :tasks, :next_token) SENSITIVE = [] include Aws::Structure end |