Class: Aws::SSM::Types::DescribeMaintenanceWindowTargetsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowTargetsResult
- 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 to use when requesting the next set of items.
-
#targets ⇒ Array<Types::MaintenanceWindowTarget>
Information about the targets in the maintenance window.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
5809 5810 5811 5812 5813 5814 |
# File 'lib/aws-sdk-ssm/types.rb', line 5809 class DescribeMaintenanceWindowTargetsResult < Struct.new( :targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::MaintenanceWindowTarget>
Information about the targets in the maintenance window.
5809 5810 5811 5812 5813 5814 |
# File 'lib/aws-sdk-ssm/types.rb', line 5809 class DescribeMaintenanceWindowTargetsResult < Struct.new( :targets, :next_token) SENSITIVE = [] include Aws::Structure end |