Class: Aws::SSM::Types::DescribeMaintenanceWindowExecutionTasksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowExecutionTasksResult
- 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.
-
#window_execution_task_identities ⇒ Array<Types::MaintenanceWindowExecutionTaskIdentity>
Information about the task executions.
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.
5641 5642 5643 5644 5645 5646 |
# File 'lib/aws-sdk-ssm/types.rb', line 5641 class DescribeMaintenanceWindowExecutionTasksResult < Struct.new( :window_execution_task_identities, :next_token) SENSITIVE = [] include Aws::Structure end |
#window_execution_task_identities ⇒ Array<Types::MaintenanceWindowExecutionTaskIdentity>
Information about the task executions.
5641 5642 5643 5644 5645 5646 |
# File 'lib/aws-sdk-ssm/types.rb', line 5641 class DescribeMaintenanceWindowExecutionTasksResult < Struct.new( :window_execution_task_identities, :next_token) SENSITIVE = [] include Aws::Structure end |