Class: Aws::SSM::Types::DescribeMaintenanceWindowsForTargetResult

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 for the next set of items to return. (You use this token in the next call.)

Returns:

  • (String)


4707
4708
4709
4710
4711
# File 'lib/aws-sdk-ssm/types.rb', line 4707

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

#window_identitiesArray<Types::MaintenanceWindowIdentityForTarget>

Information about the Maintenance Window targets and tasks an instance is associated with.



4707
4708
4709
4710
4711
# File 'lib/aws-sdk-ssm/types.rb', line 4707

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