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 is uploaded to AWS 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)


3205
3206
3207
3208
3209
# File 'lib/aws-sdk-auditmanager/types.rb', line 3205

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