Class: Aws::AuditManager::Types::AssessmentFramework

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

Overview

The file used to structure and automate Audit Manager assessments for a given compliance standard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the framework.

Returns:

  • (String)


352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 352

class AssessmentFramework < Struct.new(
  :id,
  :arn,
  :metadata,
  :control_sets)
  SENSITIVE = []
  include Aws::Structure
end

#control_setsArray<Types::AssessmentControlSet>

The control sets that are associated with the framework.

Returns:



352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 352

class AssessmentFramework < Struct.new(
  :id,
  :arn,
  :metadata,
  :control_sets)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the framework.

Returns:

  • (String)


352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 352

class AssessmentFramework < Struct.new(
  :id,
  :arn,
  :metadata,
  :control_sets)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::FrameworkMetadata

The metadata of a framework, such as the name, ID, or description.



352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 352

class AssessmentFramework < Struct.new(
  :id,
  :arn,
  :metadata,
  :control_sets)
  SENSITIVE = []
  include Aws::Structure
end