Class: Aws::AuditManager::Types::UpdateAssessmentControlSetStatusRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:comment]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_idString

The unique identifier for the assessment.

Returns:

  • (String)


4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4451

class UpdateAssessmentControlSetStatusRequest < Struct.new(
  :assessment_id,
  :control_set_id,
  :status,
  :comment)
  SENSITIVE = [:comment]
  include Aws::Structure
end

#commentString

The comment that's related to the status update.

Returns:

  • (String)


4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4451

class UpdateAssessmentControlSetStatusRequest < Struct.new(
  :assessment_id,
  :control_set_id,
  :status,
  :comment)
  SENSITIVE = [:comment]
  include Aws::Structure
end

#control_set_idString

The unique identifier for the control set.

Returns:

  • (String)


4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4451

class UpdateAssessmentControlSetStatusRequest < Struct.new(
  :assessment_id,
  :control_set_id,
  :status,
  :comment)
  SENSITIVE = [:comment]
  include Aws::Structure
end

#statusString

The status of the control set that's being updated.

Returns:

  • (String)


4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4451

class UpdateAssessmentControlSetStatusRequest < Struct.new(
  :assessment_id,
  :control_set_id,
  :status,
  :comment)
  SENSITIVE = [:comment]
  include Aws::Structure
end