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)


12136
12137
12138
12139
12140
12141
# File 'lib/aws-sdk-ssm/types.rb', line 12136

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

#window_idString

The ID of the maintenance window.

Returns:

  • (String)


12136
12137
12138
12139
12140
12141
# File 'lib/aws-sdk-ssm/types.rb', line 12136

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