Class: Aws::Types::BatchCreateDelegationByAssessmentResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:errors])

Instance Attribute Summary collapse

Instance Attribute Details

#delegations ⇒ ::Array[Types::Delegation]

Returns the value of attribute delegations.

Returns:



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