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.
4903 4904 4905 4906 4907 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4903 class ValidateAssessmentReportIntegrityRequest < Struct.new( :s3_relative_path) SENSITIVE = [] include Aws::Structure end |