Class: Aws::AuditManager::Types::ValidateAssessmentReportIntegrityRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_relative_pathString

The relative path of the Amazon S3 bucket that the assessment report is stored in.

Returns:

  • (String)


4793
4794
4795
4796
4797
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4793

class ValidateAssessmentReportIntegrityRequest < Struct.new(
  :s3_relative_path)
  SENSITIVE = []
  include Aws::Structure
end