Class: Aws::Types::PatchBaselineIdentity
- Inherits:
-
Object
- Object
- Aws::Types::PatchBaselineIdentity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_description ⇒ ::String
Returns the value of attribute baseline_description.
-
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
-
#baseline_name ⇒ ::String
Returns the value of attribute baseline_name.
-
#default_baseline ⇒ Boolean
Returns the value of attribute default_baseline.
-
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
Instance Attribute Details
#baseline_description ⇒ ::String
Returns the value of attribute baseline_description.
3604 3605 3606 |
# File 'sig/types.rbs', line 3604 def baseline_description @baseline_description end |
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
3601 3602 3603 |
# File 'sig/types.rbs', line 3601 def baseline_id @baseline_id end |
#baseline_name ⇒ ::String
Returns the value of attribute baseline_name.
3602 3603 3604 |
# File 'sig/types.rbs', line 3602 def baseline_name @baseline_name end |
#default_baseline ⇒ Boolean
Returns the value of attribute default_baseline.
3605 3606 3607 |
# File 'sig/types.rbs', line 3605 def default_baseline @default_baseline end |
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
3603 3604 3605 |
# File 'sig/types.rbs', line 3603 def end |