Class: Aws::SSM::Types::DescribeMaintenanceWindowExecutionsResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


4990
4991
4992
4993
4994
# File 'lib/aws-sdk-ssm/types.rb', line 4990

class DescribeMaintenanceWindowExecutionsResult < Struct.new(
  :window_executions,
  :next_token)
  include Aws::Structure
end

#window_executionsArray<Types::MaintenanceWindowExecution>

Information about the maintenance window executions.



4990
4991
4992
4993
4994
# File 'lib/aws-sdk-ssm/types.rb', line 4990

class DescribeMaintenanceWindowExecutionsResult < Struct.new(
  :window_executions,
  :next_token)
  include Aws::Structure
end