Class: Aws::AuditManager::Types::ManualEvidence

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 ManualEvidence data as a hash:

{
  s3_resource_path: "S3Url",
}

Evidence that’s uploaded to Audit Manager manually.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_resource_pathString

The Amazon S3 URL that points to a manual evidence object.

Returns:

  • (String)


4142
4143
4144
4145
4146
# File 'lib/aws-sdk-auditmanager/types.rb', line 4142

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