Class: Aws::ControlTower::Types::EnabledControlSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Returns a summary of information about an enabled control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the enabled control.
-
#control_identifier ⇒ String
The ‘controlIdentifier` of the enabled control.
-
#drift_status_summary ⇒ Types::DriftStatusSummary
The drift status of the enabled control.
-
#status_summary ⇒ Types::EnablementStatusSummary
A short description of the status of the enabled control.
-
#target_identifier ⇒ String
The ARN of the organizational unit.
Instance Attribute Details
#arn ⇒ String
The ARN of the enabled control.
845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-controltower/types.rb', line 845 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :drift_status_summary, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#control_identifier ⇒ String
The ‘controlIdentifier` of the enabled control.
845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-controltower/types.rb', line 845 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :drift_status_summary, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#drift_status_summary ⇒ Types::DriftStatusSummary
The drift status of the enabled control.
845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-controltower/types.rb', line 845 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :drift_status_summary, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#status_summary ⇒ Types::EnablementStatusSummary
A short description of the status of the enabled control.
845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-controltower/types.rb', line 845 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :drift_status_summary, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The ARN of the organizational unit.
845 846 847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-controltower/types.rb', line 845 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :drift_status_summary, :status_summary, :target_identifier) SENSITIVE = [] include Aws::Structure end |