Class: Aws::ControlTower::Types::EnabledControlDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Information about the enabled control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the enabled control.
-
#control_identifier ⇒ String
The control identifier of the enabled control.
-
#drift_status_summary ⇒ Types::DriftStatusSummary
The drift status of the enabled control.
-
#parameters ⇒ Array<Types::EnabledControlParameterSummary>
Array of ‘EnabledControlParameter` objects.
-
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of the enabled control.
-
#target_identifier ⇒ String
The ARN of the organizational unit.
-
#target_regions ⇒ Array<Types::Region>
Target Amazon Web Services Regions for the enabled control.
Instance Attribute Details
#arn ⇒ String
The ARN of the enabled control.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-controltower/types.rb', line 743 class EnabledControlDetails < Struct.new( :arn, :control_identifier, :drift_status_summary, :parameters, :status_summary, :target_identifier, :target_regions) SENSITIVE = [] include Aws::Structure end |
#control_identifier ⇒ String
The control identifier of the enabled control. For information on how to find the ‘controlIdentifier`, see [the overview page].
[1]: docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-controltower/types.rb', line 743 class EnabledControlDetails < Struct.new( :arn, :control_identifier, :drift_status_summary, :parameters, :status_summary, :target_identifier, :target_regions) SENSITIVE = [] include Aws::Structure end |
#drift_status_summary ⇒ Types::DriftStatusSummary
The drift status of the enabled control.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-controltower/types.rb', line 743 class EnabledControlDetails < Struct.new( :arn, :control_identifier, :drift_status_summary, :parameters, :status_summary, :target_identifier, :target_regions) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::EnabledControlParameterSummary>
Array of ‘EnabledControlParameter` objects.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-controltower/types.rb', line 743 class EnabledControlDetails < Struct.new( :arn, :control_identifier, :drift_status_summary, :parameters, :status_summary, :target_identifier, :target_regions) SENSITIVE = [] include Aws::Structure end |
#status_summary ⇒ Types::EnablementStatusSummary
The deployment summary of the enabled control.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-controltower/types.rb', line 743 class EnabledControlDetails < Struct.new( :arn, :control_identifier, :drift_status_summary, :parameters, :status_summary, :target_identifier, :target_regions) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The ARN of the organizational unit. For information on how to find the ‘targetIdentifier`, see [the overview page].
[1]: docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-controltower/types.rb', line 743 class EnabledControlDetails < Struct.new( :arn, :control_identifier, :drift_status_summary, :parameters, :status_summary, :target_identifier, :target_regions) SENSITIVE = [] include Aws::Structure end |
#target_regions ⇒ Array<Types::Region>
Target Amazon Web Services Regions for the enabled control.
743 744 745 746 747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-controltower/types.rb', line 743 class EnabledControlDetails < Struct.new( :arn, :control_identifier, :drift_status_summary, :parameters, :status_summary, :target_identifier, :target_regions) SENSITIVE = [] include Aws::Structure end |