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

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

Returns:

  • (String)


5830
5831
5832
5833
5834
5835
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5830

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

#window_identitiesArray<Types::MaintenanceWindowIdentityForTarget>

Information about the maintenance window targets and tasks a managed node is associated with.



5830
5831
5832
5833
5834
5835
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5830

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