Class: Aws::SSM::Types::DescribeAvailablePatchesResult

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)


4943
4944
4945
4946
4947
4948
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4943

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

#patchesArray<Types::Patch>

An array of patches. Each entry in the array is a patch structure.

Returns:



4943
4944
4945
4946
4947
4948
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4943

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