Class: Aws::AuditManager::Types::UpdateAssessmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles]
Instance Attribute Summary collapse
-
#assessment_description ⇒ String
The description of the assessment.
-
#assessment_id ⇒ String
The unique identifier for the assessment.
-
#assessment_name ⇒ String
The name of the assessment to be updated.
-
#assessment_reports_destination ⇒ Types::AssessmentReportsDestination
The assessment report storage destination for the assessment that's being updated.
-
#roles ⇒ Array<Types::Role>
The list of roles for the assessment.
-
#scope ⇒ Types::Scope
The scope of the assessment.
Instance Attribute Details
#assessment_description ⇒ String
The description of the assessment.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4716 class UpdateAssessmentRequest < Struct.new( :assessment_id, :assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles) SENSITIVE = [:assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles] include Aws::Structure end |
#assessment_id ⇒ String
The unique identifier for the assessment.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4716 class UpdateAssessmentRequest < Struct.new( :assessment_id, :assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles) SENSITIVE = [:assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles] include Aws::Structure end |
#assessment_name ⇒ String
The name of the assessment to be updated.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4716 class UpdateAssessmentRequest < Struct.new( :assessment_id, :assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles) SENSITIVE = [:assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles] include Aws::Structure end |
#assessment_reports_destination ⇒ Types::AssessmentReportsDestination
The assessment report storage destination for the assessment that's being updated.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4716 class UpdateAssessmentRequest < Struct.new( :assessment_id, :assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles) SENSITIVE = [:assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles] include Aws::Structure end |
#roles ⇒ Array<Types::Role>
The list of roles for the assessment.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4716 class UpdateAssessmentRequest < Struct.new( :assessment_id, :assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles) SENSITIVE = [:assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles] include Aws::Structure end |
#scope ⇒ Types::Scope
The scope of the assessment.
4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4716 class UpdateAssessmentRequest < Struct.new( :assessment_id, :assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles) SENSITIVE = [:assessment_name, :assessment_description, :scope, :assessment_reports_destination, :roles] include Aws::Structure end |