Class: Aws::SecurityAgent::Types::ArtifactMetadataItem

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

Overview

Metadata in relation to the artifact

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

Unique identifier of the agent space

Returns:

  • (String)


293
294
295
296
297
298
299
300
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 293

class ArtifactMetadataItem < Struct.new(
  :agent_space_id,
  :artifact_id,
  :file_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_idString

Unique identifier of the artifact

Returns:

  • (String)


293
294
295
296
297
298
299
300
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 293

class ArtifactMetadataItem < Struct.new(
  :agent_space_id,
  :artifact_id,
  :file_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#file_nameString

Name of the artifact file

Returns:

  • (String)


293
294
295
296
297
298
299
300
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 293

class ArtifactMetadataItem < Struct.new(
  :agent_space_id,
  :artifact_id,
  :file_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp when the artifact was last updated

Returns:

  • (Time)


293
294
295
296
297
298
299
300
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 293

class ArtifactMetadataItem < Struct.new(
  :agent_space_id,
  :artifact_id,
  :file_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end