Class: Aws::SSM::Types::DescribeEffectivePatchesForPatchBaselineResult

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

#effective_patchesArray<Types::EffectivePatch>

An array of patches and patch status.

Returns:



5120
5121
5122
5123
5124
5125
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5120

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

#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)


5120
5121
5122
5123
5124
5125
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5120

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