Class: Aws::SecurityAgent::Types::DocumentInfo

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

Overview

Represents a document that provides context for security testing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_idString

The unique identifier of the artifact associated with the document.

Returns:

  • (String)


2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2132

class DocumentInfo < Struct.new(
  :s3_location,
  :artifact_id)
  SENSITIVE = []
  include Aws::Structure
end

#s3_locationString

The Amazon S3 location of the document.

Returns:

  • (String)


2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2132

class DocumentInfo < Struct.new(
  :s3_location,
  :artifact_id)
  SENSITIVE = []
  include Aws::Structure
end