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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the maintenance window.

Returns:

  • (String)


12407
12408
12409
12410
12411
12412
# File 'lib/aws-sdk-ssm/types.rb', line 12407

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

#window_idString

The ID of the maintenance window.

Returns:

  • (String)


12407
12408
12409
12410
12411
12412
# File 'lib/aws-sdk-ssm/types.rb', line 12407

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