Class: Aws::AuditManager::Types::BatchCreateDelegationByAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::BatchCreateDelegationByAssessmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:delegations, :errors]
Instance Attribute Summary collapse
-
#delegations ⇒ Array<Types::Delegation>
The delegations that are associated with the assessment.
-
#errors ⇒ Array<Types::BatchCreateDelegationByAssessmentError>
A list of errors that the ‘BatchCreateDelegationByAssessment` API returned.
Instance Attribute Details
#delegations ⇒ Array<Types::Delegation>
The delegations that are associated with the assessment.
904 905 906 907 908 909 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 904 class BatchCreateDelegationByAssessmentResponse < Struct.new( :delegations, :errors) SENSITIVE = [:delegations, :errors] include Aws::Structure end |
#errors ⇒ Array<Types::BatchCreateDelegationByAssessmentError>
A list of errors that the ‘BatchCreateDelegationByAssessment` API returned.
904 905 906 907 908 909 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 904 class BatchCreateDelegationByAssessmentResponse < Struct.new( :delegations, :errors) SENSITIVE = [:delegations, :errors] include Aws::Structure end |