Class: Aws::AuditManager::Types::CreateAssessmentFrameworkControl

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

Overview

Note:

When making an API call, you may pass CreateAssessmentFrameworkControl data as a hash:

{
  id: "UUID",
}

Control entity attributes that uniquely identify an existing control to be added to a framework in AWS Audit Manager.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the control.

Returns:

  • (String)


1349
1350
1351
1352
1353
# File 'lib/aws-sdk-auditmanager/types.rb', line 1349

class CreateAssessmentFrameworkControl < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end