Class: Aws::SSM::Types::MaintenanceWindowIdentityForTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::MaintenanceWindowIdentityForTarget
- 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
-
#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.
12813 12814 12815 12816 12817 12818 |
# File 'lib/aws-sdk-ssm/types.rb', line 12813 class MaintenanceWindowIdentityForTarget < Struct.new( :window_id, :name) SENSITIVE = [] include Aws::Structure end |
#window_id ⇒ String
The ID of the maintenance window.
12813 12814 12815 12816 12817 12818 |
# File 'lib/aws-sdk-ssm/types.rb', line 12813 class MaintenanceWindowIdentityForTarget < Struct.new( :window_id, :name) SENSITIVE = [] include Aws::Structure end |