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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the control.

Returns:

  • (String)


1501
1502
1503
1504
1505
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1501

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