Class: Aws::Types::EnabledBaselineDetails
- Inherits:
-
Object
- Object
- Aws::Types::EnabledBaselineDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#baseline_identifier ⇒ ::String
Returns the value of attribute baseline_identifier.
-
#baseline_version ⇒ ::String
Returns the value of attribute baseline_version.
-
#drift_status_summary ⇒ Types::EnabledBaselineDriftStatusSummary
Returns the value of attribute drift_status_summary.
-
#parameters ⇒ ::Array[Types::EnabledBaselineParameterSummary]
Returns the value of attribute parameters.
-
#parent_identifier ⇒ ::String
Returns the value of attribute parent_identifier.
-
#status_summary ⇒ Types::EnablementStatusSummary
Returns the value of attribute status_summary.
-
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
155 156 157 |
# File 'sig/types.rbs', line 155 def arn @arn end |
#baseline_identifier ⇒ ::String
Returns the value of attribute baseline_identifier.
156 157 158 |
# File 'sig/types.rbs', line 156 def baseline_identifier @baseline_identifier end |
#baseline_version ⇒ ::String
Returns the value of attribute baseline_version.
157 158 159 |
# File 'sig/types.rbs', line 157 def baseline_version @baseline_version end |
#drift_status_summary ⇒ Types::EnabledBaselineDriftStatusSummary
Returns the value of attribute drift_status_summary.
158 159 160 |
# File 'sig/types.rbs', line 158 def drift_status_summary @drift_status_summary end |
#parameters ⇒ ::Array[Types::EnabledBaselineParameterSummary]
Returns the value of attribute parameters.
162 163 164 |
# File 'sig/types.rbs', line 162 def parameters @parameters end |
#parent_identifier ⇒ ::String
Returns the value of attribute parent_identifier.
160 161 162 |
# File 'sig/types.rbs', line 160 def parent_identifier @parent_identifier end |
#status_summary ⇒ Types::EnablementStatusSummary
Returns the value of attribute status_summary.
161 162 163 |
# File 'sig/types.rbs', line 161 def status_summary @status_summary end |
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
159 160 161 |
# File 'sig/types.rbs', line 159 def target_identifier @target_identifier end |