Class: Aws::SSM::Types::DescribeMaintenanceWindowTargetsResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


4581
4582
4583
4584
4585
# File 'lib/aws-sdk-ssm/types.rb', line 4581

class DescribeMaintenanceWindowTargetsResult < Struct.new(
  :targets,
  :next_token)
  include Aws::Structure
end

#targetsArray<Types::MaintenanceWindowTarget>

Information about the targets in the Maintenance Window.

Returns:



4581
4582
4583
4584
4585
# File 'lib/aws-sdk-ssm/types.rb', line 4581

class DescribeMaintenanceWindowTargetsResult < Struct.new(
  :targets,
  :next_token)
  include Aws::Structure
end