Class: Aws::ControlTower::Types::EnabledControlSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the enabled control.

Returns:

  • (String)


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_identifierString

The ‘controlIdentifier` of the enabled control.

Returns:

  • (String)


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_summaryTypes::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_summaryTypes::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_identifierString

The ARN of the organizational unit.

Returns:

  • (String)


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