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", # required
}

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)


1591
1592
1593
1594
1595
# File 'lib/aws-sdk-auditmanager/types.rb', line 1591

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