Class: Aws::SecurityAgent::Types::ArtifactMetadataItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ArtifactMetadataItem
- 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
-
#agent_space_id ⇒ String
Unique identifier of the agent space.
-
#artifact_id ⇒ String
Unique identifier of the artifact.
-
#file_name ⇒ String
Name of the artifact file.
-
#updated_at ⇒ Time
Timestamp when the artifact was last updated.
Instance Attribute Details
#agent_space_id ⇒ String
Unique identifier of the agent space
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_id ⇒ String
Unique identifier of the artifact
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_name ⇒ String
Name of the artifact file
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_at ⇒ Time
Timestamp when the artifact was last updated
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 |