Class: Aws::ControlTower::Types::EnabledControlDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb

Overview

Information about the enabled control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the enabled control.

Returns:

  • (String)


721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 721

class EnabledControlDetails < Struct.new(
  :arn,
  :control_identifier,
  :drift_status_summary,
  :parameters,
  :status_summary,
  :target_identifier,
  :target_regions)
  SENSITIVE = []
  include Aws::Structure
end

#control_identifierString

The control identifier of the enabled control. For information on how to find the controlIdentifier, see the overview page.

Returns:

  • (String)


721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 721

class EnabledControlDetails < Struct.new(
  :arn,
  :control_identifier,
  :drift_status_summary,
  :parameters,
  :status_summary,
  :target_identifier,
  :target_regions)
  SENSITIVE = []
  include Aws::Structure
end

#drift_status_summaryTypes::DriftStatusSummary

The drift status of the enabled control.



721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 721

class EnabledControlDetails < Struct.new(
  :arn,
  :control_identifier,
  :drift_status_summary,
  :parameters,
  :status_summary,
  :target_identifier,
  :target_regions)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::EnabledControlParameterSummary>

Array of EnabledControlParameter objects.



721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 721

class EnabledControlDetails < Struct.new(
  :arn,
  :control_identifier,
  :drift_status_summary,
  :parameters,
  :status_summary,
  :target_identifier,
  :target_regions)
  SENSITIVE = []
  include Aws::Structure
end

#status_summaryTypes::EnablementStatusSummary

The deployment summary of the enabled control.



721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 721

class EnabledControlDetails < Struct.new(
  :arn,
  :control_identifier,
  :drift_status_summary,
  :parameters,
  :status_summary,
  :target_identifier,
  :target_regions)
  SENSITIVE = []
  include Aws::Structure
end

#target_identifierString

The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.

Returns:

  • (String)


721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 721

class EnabledControlDetails < Struct.new(
  :arn,
  :control_identifier,
  :drift_status_summary,
  :parameters,
  :status_summary,
  :target_identifier,
  :target_regions)
  SENSITIVE = []
  include Aws::Structure
end

#target_regionsArray<Types::Region>

Target Amazon Web Services Regions for the enabled control.

Returns:



721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 721

class EnabledControlDetails < Struct.new(
  :arn,
  :control_identifier,
  :drift_status_summary,
  :parameters,
  :status_summary,
  :target_identifier,
  :target_regions)
  SENSITIVE = []
  include Aws::Structure
end