Class: Aws::Types::EnabledBaselineSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnabledBaselineSummary
- 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.
-
#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.
203 204 205 |
# File 'sig/types.rbs', line 203 def arn @arn end |
#baseline_identifier ⇒ ::String
Returns the value of attribute baseline_identifier.
204 205 206 |
# File 'sig/types.rbs', line 204 def baseline_identifier @baseline_identifier end |
#baseline_version ⇒ ::String
Returns the value of attribute baseline_version.
205 206 207 |
# File 'sig/types.rbs', line 205 def baseline_version @baseline_version end |
#drift_status_summary ⇒ Types::EnabledBaselineDriftStatusSummary
Returns the value of attribute drift_status_summary.
206 207 208 |
# File 'sig/types.rbs', line 206 def drift_status_summary @drift_status_summary end |
#parent_identifier ⇒ ::String
Returns the value of attribute parent_identifier.
208 209 210 |
# File 'sig/types.rbs', line 208 def parent_identifier @parent_identifier end |
#status_summary ⇒ Types::EnablementStatusSummary
Returns the value of attribute status_summary.
209 210 211 |
# File 'sig/types.rbs', line 209 def status_summary @status_summary end |
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
207 208 209 |
# File 'sig/types.rbs', line 207 def target_identifier @target_identifier end |