Class: Aws::AuditManager::Types::ValidateAssessmentReportIntegrityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ValidateAssessmentReportIntegrityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_relative_path ⇒ String
The relative path of the Amazon S3 bucket that the assessment report is stored in.
Instance Attribute Details
#s3_relative_path ⇒ String
The relative path of the Amazon S3 bucket that the assessment report is stored in.
4793 4794 4795 4796 4797 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4793 class ValidateAssessmentReportIntegrityRequest < Struct.new( :s3_relative_path) SENSITIVE = [] include Aws::Structure end |