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:



5979
5980
5981
5982
5983
5984
# File 'lib/aws-sdk-ssm/types.rb', line 5979

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)


5979
5980
5981
5982
5983
5984
# File 'lib/aws-sdk-ssm/types.rb', line 5979

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