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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_identitiesArray<Types::PatchBaselineIdentity>

An array of PatchBaselineIdentity elements.

Returns:



5555
5556
5557
5558
5559
# File 'lib/aws-sdk-ssm/types.rb', line 5555

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


5555
5556
5557
5558
5559
# File 'lib/aws-sdk-ssm/types.rb', line 5555

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