Class: Aws::AuditManager::Types::BatchDeleteDelegationByAssessmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::BatchDeleteDelegationByAssessmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The identifier for the assessment.
-
#delegation_ids ⇒ Array<String>
The identifiers for the delegations.
Instance Attribute Details
#assessment_id ⇒ String
The identifier for the assessment.
949 950 951 952 953 954 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 949 class BatchDeleteDelegationByAssessmentRequest < Struct.new( :delegation_ids, :assessment_id) SENSITIVE = [] include Aws::Structure end |
#delegation_ids ⇒ Array<String>
The identifiers for the delegations.
949 950 951 952 953 954 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 949 class BatchDeleteDelegationByAssessmentRequest < Struct.new( :delegation_ids, :assessment_id) SENSITIVE = [] include Aws::Structure end |