Class: Aws::SSM::Types::DescribePatchBaselinesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_identitiesArray<Types::PatchBaselineIdentity>

An array of ‘PatchBaselineIdentity` elements.

Returns:



5995
5996
5997
5998
5999
6000
# File 'lib/aws-sdk-ssm/types.rb', line 5995

class DescribePatchBaselinesResult < Struct.new(
  :baseline_identities,
  :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)


5995
5996
5997
5998
5999
6000
# File 'lib/aws-sdk-ssm/types.rb', line 5995

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