Class: Aws::SecurityAgent::Types::ArtifactSummary

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

Overview

Contains summary information about an artifact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_idString

The unique identifier of the artifact.

Returns:

  • (String)


324
325
326
327
328
329
330
# File 'lib/aws-sdk-securityagent/types.rb', line 324

class ArtifactSummary < Struct.new(
  :artifact_id,
  :file_name,
  :artifact_type)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_typeString

The file type of the artifact.

Returns:

  • (String)


324
325
326
327
328
329
330
# File 'lib/aws-sdk-securityagent/types.rb', line 324

class ArtifactSummary < Struct.new(
  :artifact_id,
  :file_name,
  :artifact_type)
  SENSITIVE = []
  include Aws::Structure
end

#file_nameString

The file name of the artifact.

Returns:

  • (String)


324
325
326
327
328
329
330
# File 'lib/aws-sdk-securityagent/types.rb', line 324

class ArtifactSummary < Struct.new(
  :artifact_id,
  :file_name,
  :artifact_type)
  SENSITIVE = []
  include Aws::Structure
end