Class: Aws::Types::EnabledControlDetails
- Inherits:
-
Object
- Object
- Aws::Types::EnabledControlDetails
- 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.
-
#parameters ⇒ ::Array[Types::EnabledControlParameterSummary]
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.
-
#target_regions ⇒ ::Array[Types::Region]
Returns the value of attribute target_regions.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
214 215 216 |
# File 'sig/types.rbs', line 214 def arn @arn end |
#control_identifier ⇒ ::String
Returns the value of attribute control_identifier.
215 216 217 |
# File 'sig/types.rbs', line 215 def control_identifier @control_identifier end |
#drift_status_summary ⇒ Types::DriftStatusSummary
Returns the value of attribute drift_status_summary.
218 219 220 |
# File 'sig/types.rbs', line 218 def drift_status_summary @drift_status_summary end |
#parameters ⇒ ::Array[Types::EnabledControlParameterSummary]
Returns the value of attribute parameters.
221 222 223 |
# File 'sig/types.rbs', line 221 def parameters @parameters end |
#parent_identifier ⇒ ::String
Returns the value of attribute parent_identifier.
219 220 221 |
# File 'sig/types.rbs', line 219 def parent_identifier @parent_identifier end |
#status_summary ⇒ Types::EnablementStatusSummary
Returns the value of attribute status_summary.
217 218 219 |
# File 'sig/types.rbs', line 217 def status_summary @status_summary end |
#target_identifier ⇒ ::String
Returns the value of attribute target_identifier.
216 217 218 |
# File 'sig/types.rbs', line 216 def target_identifier @target_identifier end |
#target_regions ⇒ ::Array[Types::Region]
Returns the value of attribute target_regions.
220 221 222 |
# File 'sig/types.rbs', line 220 def target_regions @target_regions end |