Class: Aws::SSM::Types::DescribeMaintenanceWindowExecutionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowExecutionsResult
- 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_executions ⇒ Array<Types::MaintenanceWindowExecution>
Information about the maintenance window 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.
5697 5698 5699 5700 5701 5702 |
# File 'lib/aws-sdk-ssm/types.rb', line 5697 class DescribeMaintenanceWindowExecutionsResult < Struct.new( :window_executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#window_executions ⇒ Array<Types::MaintenanceWindowExecution>
Information about the maintenance window executions.
5697 5698 5699 5700 5701 5702 |
# File 'lib/aws-sdk-ssm/types.rb', line 5697 class DescribeMaintenanceWindowExecutionsResult < Struct.new( :window_executions, :next_token) SENSITIVE = [] include Aws::Structure end |