Class: Aws::AuditManager::Types::BatchCreateDelegationByAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::BatchCreateDelegationByAssessmentResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
903 904 905 906 907 908 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 903 class BatchCreateDelegationByAssessmentResponse < Struct.new( :delegations, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::BatchCreateDelegationByAssessmentError>
A list of errors that the BatchCreateDelegationByAssessment
API
returned.
903 904 905 906 907 908 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 903 class BatchCreateDelegationByAssessmentResponse < Struct.new( :delegations, :errors) SENSITIVE = [] include Aws::Structure end |