Class: Aws::Types::BatchCreateDelegationByAssessmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateDelegationByAssessmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegations ⇒ ::Array[Types::Delegation]
Returns the value of attribute delegations.
-
#errors ⇒ ::Array[Types::BatchCreateDelegationByAssessmentError]
Returns the value of attribute errors.
Instance Attribute Details
#delegations ⇒ ::Array[Types::Delegation]
Returns the value of attribute delegations.
227 228 229 |
# File 'sig/types.rbs', line 227 def delegations @delegations end |
#errors ⇒ ::Array[Types::BatchCreateDelegationByAssessmentError]
Returns the value of attribute errors.
228 229 230 |
# File 'sig/types.rbs', line 228 def errors @errors end |