Class: Aws::SSM::Types::MaintenanceWindowIdentityForTarget

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

Overview

The maintenance window to which the specified target belongs.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the maintenance window.

Returns:

  • (String)


10879
10880
10881
10882
10883
# File 'lib/aws-sdk-ssm/types.rb', line 10879

class MaintenanceWindowIdentityForTarget < Struct.new(
  :window_id,
  :name)
  include Aws::Structure
end

#window_idString

The ID of the maintenance window.

Returns:

  • (String)


10879
10880
10881
10882
10883
# File 'lib/aws-sdk-ssm/types.rb', line 10879

class MaintenanceWindowIdentityForTarget < Struct.new(
  :window_id,
  :name)
  include Aws::Structure
end