Class: Aws::SSM::Types::DescribeMaintenanceWindowsResult

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)


4764
4765
4766
4767
4768
# File 'lib/aws-sdk-ssm/types.rb', line 4764

class DescribeMaintenanceWindowsResult < Struct.new(
  :window_identities,
  :next_token)
  include Aws::Structure
end

#window_identitiesArray<Types::MaintenanceWindowIdentity>

Information about the Maintenance Windows.



4764
4765
4766
4767
4768
# File 'lib/aws-sdk-ssm/types.rb', line 4764

class DescribeMaintenanceWindowsResult < Struct.new(
  :window_identities,
  :next_token)
  include Aws::Structure
end