Method: Aws::SSM::Types::DescribePatchGroupStateRequest#patch_group
- Defined in:
- lib/aws-sdk-ssm/types.rb
#patch_group ⇒ String
The name of the patch group whose patch snapshot should be retrieved.
6520 6521 6522 6523 6524 |
# File 'lib/aws-sdk-ssm/types.rb', line 6520 class DescribePatchGroupStateRequest < Struct.new( :patch_group) SENSITIVE = [] include Aws::Structure end |