Class: Aws::SSM::Types::DescribePatchGroupStateRequest

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

#patch_groupString

The name of the patch group whose patch snapshot should be retrieved.

Returns:

  • (String)


6182
6183
6184
6185
6186
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6182

class DescribePatchGroupStateRequest < Struct.new(
  :patch_group)
  SENSITIVE = []
  include Aws::Structure
end