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

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

#baseline_identitiesArray<Types::PatchBaselineIdentity>

An array of PatchBaselineIdentity elements.

Returns:



6109
6110
6111
6112
6113
6114
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6109

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)


6109
6110
6111
6112
6113
6114
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6109

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