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
The unique identifier of the agent space that contains the artifact.
-
#artifact ⇒ Types::Artifact
The artifact content and type.
-
#artifact_id ⇒ String
The unique identifier of the artifact.
-
#file_name ⇒ String
The file name of the artifact.
-
#updated_at ⇒ Time
The date and time the artifact was last updated, in UTC format.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the artifact.
2492 2493 2494 2495 2496 2497 2498 2499 2500 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2492 class GetArtifactOutput < Struct.new( :agent_space_id, :artifact_id, :artifact, :file_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#artifact ⇒ Types::Artifact
The artifact content and type.
2492 2493 2494 2495 2496 2497 2498 2499 2500 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2492 class GetArtifactOutput < Struct.new( :agent_space_id, :artifact_id, :artifact, :file_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#artifact_id ⇒ String
The unique identifier of the artifact.
2492 2493 2494 2495 2496 2497 2498 2499 2500 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2492 class GetArtifactOutput < Struct.new( :agent_space_id, :artifact_id, :artifact, :file_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
The file name of the artifact.
2492 2493 2494 2495 2496 2497 2498 2499 2500 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2492 class GetArtifactOutput < Struct.new( :agent_space_id, :artifact_id, :artifact, :file_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the artifact was last updated, in UTC format.
2492 2493 2494 2495 2496 2497 2498 2499 2500 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2492 class GetArtifactOutput < Struct.new( :agent_space_id, :artifact_id, :artifact, :file_name, :updated_at) SENSITIVE = [] include Aws::Structure end |