Class: Aws::SecurityAgent::Types::GetArtifactOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::GetArtifactOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
Unique identifier of the agent space.
-
#artifact ⇒ Types::Artifact
Artifact details.
-
#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
1760 1761 1762 1763 1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1760 class GetArtifactOutput < Struct.new( :agent_space_id, :artifact_id, :artifact, :file_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#artifact ⇒ Types::Artifact
Artifact details
1760 1761 1762 1763 1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1760 class GetArtifactOutput < Struct.new( :agent_space_id, :artifact_id, :artifact, :file_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#artifact_id ⇒ String
Unique identifier of the artifact
1760 1761 1762 1763 1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1760 class GetArtifactOutput < Struct.new( :agent_space_id, :artifact_id, :artifact, :file_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
Name of the artifact file
1760 1761 1762 1763 1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1760 class GetArtifactOutput < Struct.new( :agent_space_id, :artifact_id, :artifact, :file_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp when the artifact was last updated
1760 1761 1762 1763 1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1760 class GetArtifactOutput < Struct.new( :agent_space_id, :artifact_id, :artifact, :file_name, :updated_at) SENSITIVE = [] include Aws::Structure end |