Class: Aws::Types::UpdateEnabledBaselineInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnabledBaselineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_version ⇒ ::String
Returns the value of attribute baseline_version.
-
#enabled_baseline_identifier ⇒ ::String
Returns the value of attribute enabled_baseline_identifier.
-
#parameters ⇒ ::Array[Types::EnabledBaselineParameter]
Returns the value of attribute parameters.
Instance Attribute Details
#baseline_version ⇒ ::String
Returns the value of attribute baseline_version.
561 562 563 |
# File 'sig/types.rbs', line 561 def baseline_version @baseline_version end |
#enabled_baseline_identifier ⇒ ::String
Returns the value of attribute enabled_baseline_identifier.
563 564 565 |
# File 'sig/types.rbs', line 563 def enabled_baseline_identifier @enabled_baseline_identifier end |
#parameters ⇒ ::Array[Types::EnabledBaselineParameter]
Returns the value of attribute parameters.
562 563 564 |
# File 'sig/types.rbs', line 562 def parameters @parameters end |