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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


6195
6196
6197
6198
6199
6200
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6195

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

#window_identitiesArray<Types::MaintenanceWindowIdentity>

Information about the maintenance windows.



6195
6196
6197
6198
6199
6200
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6195

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