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

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

Overview

Files containing relevant data for review

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentsString

The content of the artifact

Returns:

  • (String)


266
267
268
269
270
271
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 266

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

#typeString

The file type of the artifact

Returns:

  • (String)


266
267
268
269
270
271
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 266

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