Class: Aws::AuditManager::Types::Control

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-auditmanager/types.rb

Overview

A control in AWS Audit Manager.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_plan_instructionsString

The recommended actions to carry out if the control is not fulfilled.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#action_plan_titleString

The title of the action plan for remediating the control.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the specified control.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#control_mapping_sourcesArray<Types::ControlMappingSource>

The data mapping sources for the specified control.

Returns:



1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#control_sourcesString

The data source that determines from where AWS Audit Manager collects evidence for the control.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Specifies when the control was created.

Returns:

  • (Time)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The IAM user or role that created the control.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the specified control.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the control.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

Specifies when the control was most recently updated.

Returns:

  • (Time)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_byString

The IAM user or role that most recently updated the control.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the specified control.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the control.

Returns:

  • (Hash<String,String>)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#testing_informationString

The steps to follow to determine if the control has been satisfied.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of control, such as custom or standard.

Returns:

  • (String)


1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'lib/aws-sdk-auditmanager/types.rb', line 1161

class Control < Struct.new(
  :arn,
  :id,
  :type,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_sources,
  :control_mapping_sources,
  :created_at,
  :last_updated_at,
  :created_by,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end