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

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

Instance Attribute Details

#arnString

The ARN of the enabled control.

Returns:

  • (String)


686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 686

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)


686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 686

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.



686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 686

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.



686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 686

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)


686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 686

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