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)


9120
9121
9122
9123
9124
# File 'lib/aws-sdk-ssm/types.rb', line 9120

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

#window_idString

The ID of the Maintenance Window.

Returns:

  • (String)


9120
9121
9122
9123
9124
# File 'lib/aws-sdk-ssm/types.rb', line 9120

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