Class: Aws::SSM::Types::DescribeMaintenanceWindowsForTargetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowsForTargetResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#window_identities ⇒ Array<Types::MaintenanceWindowIdentityForTarget>
Information about the maintenance window targets and tasks a managed node is associated with.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. (You use this token in the next call.)
5909 5910 5911 5912 5913 5914 |
# File 'lib/aws-sdk-ssm/types.rb', line 5909 class DescribeMaintenanceWindowsForTargetResult < Struct.new( :window_identities, :next_token) SENSITIVE = [] include Aws::Structure end |
#window_identities ⇒ Array<Types::MaintenanceWindowIdentityForTarget>
Information about the maintenance window targets and tasks a managed node is associated with.
5909 5910 5911 5912 5913 5914 |
# File 'lib/aws-sdk-ssm/types.rb', line 5909 class DescribeMaintenanceWindowsForTargetResult < Struct.new( :window_identities, :next_token) SENSITIVE = [] include Aws::Structure end |