Class: Aws::SecurityAgent::Types::Artifact

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

Overview

Represents an artifact that provides context for security testing, such as documentation, diagrams, or configuration files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentsString

The content of the artifact.

Returns:

  • (String)


272
273
274
275
276
277
# File 'lib/aws-sdk-securityagent/types.rb', line 272

class Artifact < Struct.new(
  :contents,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The file type of the artifact.

Returns:

  • (String)


272
273
274
275
276
277
# File 'lib/aws-sdk-securityagent/types.rb', line 272

class Artifact < Struct.new(
  :contents,
  :type)
  SENSITIVE = []
  include Aws::Structure
end