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

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

Overview

Note:

When making an API call, you may pass ValidateAssessmentReportIntegrityRequest data as a hash:

{
  s3_relative_path: "S3Url", # required
}

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)


5298
5299
5300
5301
5302
# File 'lib/aws-sdk-auditmanager/types.rb', line 5298

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