Class: Aws::SSM::Types::GetDefaultPatchBaselineResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetDefaultPatchBaselineResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_id ⇒ String
The ID of the default patch baseline.
-
#operating_system ⇒ String
The operating system for the returned patch baseline.
Instance Attribute Details
#baseline_id ⇒ String
The ID of the default patch baseline.
7715 7716 7717 7718 7719 7720 |
# File 'lib/aws-sdk-ssm/types.rb', line 7715 class GetDefaultPatchBaselineResult < Struct.new( :baseline_id, :operating_system) SENSITIVE = [] include Aws::Structure end |
#operating_system ⇒ String
The operating system for the returned patch baseline.
7715 7716 7717 7718 7719 7720 |
# File 'lib/aws-sdk-ssm/types.rb', line 7715 class GetDefaultPatchBaselineResult < Struct.new( :baseline_id, :operating_system) SENSITIVE = [] include Aws::Structure end |