Class: Aws::ControlTower::Types::EnabledControlSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlSummary
- Defined in:
- gems/aws-sdk-controltower/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
controlIdentifierof the enabled control. -
#drift_status_summary ⇒ Types::DriftStatusSummary
The drift status of the enabled control.
-
#parent_identifier ⇒ String
The ARN of the parent enabled control from which this control inherits its configuration, if applicable.
-
#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.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1051 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :target_identifier, :status_summary, :drift_status_summary, :parent_identifier) SENSITIVE = [] include Aws::Structure end |
#control_identifier ⇒ String
The controlIdentifier of the enabled control.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1051 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :target_identifier, :status_summary, :drift_status_summary, :parent_identifier) SENSITIVE = [] include Aws::Structure end |
#drift_status_summary ⇒ Types::DriftStatusSummary
The drift status of the enabled control.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1051 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :target_identifier, :status_summary, :drift_status_summary, :parent_identifier) SENSITIVE = [] include Aws::Structure end |
#parent_identifier ⇒ String
The ARN of the parent enabled control from which this control inherits its configuration, if applicable.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1051 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :target_identifier, :status_summary, :drift_status_summary, :parent_identifier) SENSITIVE = [] include Aws::Structure end |
#status_summary ⇒ Types::EnablementStatusSummary
A short description of the status of the enabled control.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1051 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :target_identifier, :status_summary, :drift_status_summary, :parent_identifier) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The ARN of the organizational unit.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1051 class EnabledControlSummary < Struct.new( :arn, :control_identifier, :target_identifier, :status_summary, :drift_status_summary, :parent_identifier) SENSITIVE = [] include Aws::Structure end |