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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


5789
5790
5791
5792
5793
5794
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5789

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

#targetsArray<Types::MaintenanceWindowTarget>

Information about the targets in the maintenance window.

Returns:



5789
5790
5791
5792
5793
5794
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5789

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