Class: Aws::Types::EnableBaselineInput
- Inherits:
-
Object
- Object
- Aws::Types::EnableBaselineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_identifier ⇒ ::String
Returns the value of attribute baseline_identifier.
-
#baseline_version ⇒ ::String
Returns the value of attribute baseline_version.
-
#parameters ⇒ ::Array[Types::EnabledBaselineParameter]
Returns the value of attribute parameters.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
Instance Attribute Details
#baseline_identifier ⇒ ::String
Returns the value of attribute baseline_identifier.
128 129 130 |
# File 'sig/types.rbs', line 128 def baseline_identifier @baseline_identifier end |
#baseline_version ⇒ ::String
Returns the value of attribute baseline_version.
126 127 128 |
# File 'sig/types.rbs', line 126 def baseline_version @baseline_version end |
#parameters ⇒ ::Array[Types::EnabledBaselineParameter]
Returns the value of attribute parameters.
127 128 129 |
# File 'sig/types.rbs', line 127 def parameters @parameters end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
130 131 132 |
# File 'sig/types.rbs', line 130 def @tags end |
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
129 130 131 |
# File 'sig/types.rbs', line 129 def target_identifier @target_identifier end |