Class: Aws::Types::EnabledControlSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnabledControlSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#control_identifier ⇒ ::String
Returns the value of attribute control_identifier.
-
#drift_status_summary ⇒ Types::DriftStatusSummary
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.
264 265 266 |
# File 'sig/types.rbs', line 264 def arn @arn end |
#control_identifier ⇒ ::String
Returns the value of attribute control_identifier.
265 266 267 |
# File 'sig/types.rbs', line 265 def control_identifier @control_identifier end |
#drift_status_summary ⇒ Types::DriftStatusSummary
Returns the value of attribute drift_status_summary.
268 269 270 |
# File 'sig/types.rbs', line 268 def drift_status_summary @drift_status_summary end |
#parent_identifier ⇒ ::String
Returns the value of attribute parent_identifier.
269 270 271 |
# File 'sig/types.rbs', line 269 def parent_identifier @parent_identifier end |
#status_summary ⇒ Types::EnablementStatusSummary
Returns the value of attribute status_summary.
267 268 269 |
# File 'sig/types.rbs', line 267 def status_summary @status_summary end |
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
266 267 268 |
# File 'sig/types.rbs', line 266 def target_identifier @target_identifier end |