Class: Aws::SSM::Types::MaintenanceWindowIdentityForTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::MaintenanceWindowIdentityForTarget
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The maintenance window to which the specified target belongs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the maintenance window.
-
#window_id ⇒ String
The ID of the maintenance window.
Instance Attribute Details
#name ⇒ String
The name of the maintenance window.
12433 12434 12435 12436 12437 12438 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12433 class MaintenanceWindowIdentityForTarget < Struct.new( :window_id, :name) SENSITIVE = [] include Aws::Structure end |
#window_id ⇒ String
The ID of the maintenance window.
12433 12434 12435 12436 12437 12438 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12433 class MaintenanceWindowIdentityForTarget < Struct.new( :window_id, :name) SENSITIVE = [] include Aws::Structure end |