Class: Aws::SSM::Types::DescribePatchGroupStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribePatchGroupStateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#patch_group ⇒ String
The name of the patch group whose patch snapshot should be retrieved.
Instance Attribute Details
#patch_group ⇒ String
The name of the patch group whose patch snapshot should be retrieved.
6202 6203 6204 6205 6206 |
# File 'lib/aws-sdk-ssm/types.rb', line 6202 class DescribePatchGroupStateRequest < Struct.new( :patch_group) SENSITIVE = [] include Aws::Structure end |