Class: Aws::SSM::Types::DescribePatchPropertiesRequest

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

#max_resultsInteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Returns:

  • (Integer)


6366
6367
6368
6369
6370
6371
6372
6373
6374
# File 'lib/aws-sdk-ssm/types.rb', line 6366

class DescribePatchPropertiesRequest < Struct.new(
  :operating_system,
  :property,
  :patch_set,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


6366
6367
6368
6369
6370
6371
6372
6373
6374
# File 'lib/aws-sdk-ssm/types.rb', line 6366

class DescribePatchPropertiesRequest < Struct.new(
  :operating_system,
  :property,
  :patch_set,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#operating_systemString

The operating system type for which to list patches.

Returns:

  • (String)


6366
6367
6368
6369
6370
6371
6372
6373
6374
# File 'lib/aws-sdk-ssm/types.rb', line 6366

class DescribePatchPropertiesRequest < Struct.new(
  :operating_system,
  :property,
  :patch_set,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#patch_setString

Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.

Returns:

  • (String)


6366
6367
6368
6369
6370
6371
6372
6373
6374
# File 'lib/aws-sdk-ssm/types.rb', line 6366

class DescribePatchPropertiesRequest < Struct.new(
  :operating_system,
  :property,
  :patch_set,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#propertyString

The patch property for which you want to view patch details.

Returns:

  • (String)


6366
6367
6368
6369
6370
6371
6372
6373
6374
# File 'lib/aws-sdk-ssm/types.rb', line 6366

class DescribePatchPropertiesRequest < Struct.new(
  :operating_system,
  :property,
  :patch_set,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end