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)


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_identifierString

The controlIdentifier of the enabled control.

Returns:

  • (String)


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

The ARN of the parent enabled control from which this control inherits its configuration, if applicable.

Returns:

  • (String)


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

The ARN of the organizational unit.

Returns:

  • (String)


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