Class: Aws::AuditManager::Types::BatchCreateDelegationByAssessmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:errors]

Instance Attribute Summary collapse

Instance Attribute Details

#delegationsArray<Types::Delegation>

The delegations that are associated with the assessment.

Returns:



904
905
906
907
908
909
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 904

class BatchCreateDelegationByAssessmentResponse < Struct.new(
  :delegations,
  :errors)
  SENSITIVE = [:errors]
  include Aws::Structure
end

#errorsArray<Types::BatchCreateDelegationByAssessmentError>

A list of errors that the BatchCreateDelegationByAssessment API returned.



904
905
906
907
908
909
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 904

class BatchCreateDelegationByAssessmentResponse < Struct.new(
  :delegations,
  :errors)
  SENSITIVE = [:errors]
  include Aws::Structure
end