Method: Aws::AuditManager::Types::ValidateAssessmentReportIntegrityRequest#s3_relative_path
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
#s3_relative_path ⇒ String
The relative path of the Amazon S3 bucket that the assessment report is stored in.
4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4930 class ValidateAssessmentReportIntegrityRequest < Struct.new( :s3_relative_path) SENSITIVE = [] include Aws::Structure end |