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

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

#patch_groupString

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

Returns:

  • (String)


6086
6087
6088
6089
6090
# File 'lib/aws-sdk-ssm/types.rb', line 6086

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