Class: Aws::SecurityAgent::Types::GetArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::GetArtifactInput
- 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_id ⇒ String
The unique identifier of the artifact to retrieve.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the artifact.
2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2463 class GetArtifactInput < Struct.new( :agent_space_id, :artifact_id) SENSITIVE = [] include Aws::Structure end |
#artifact_id ⇒ String
The unique identifier of the artifact to retrieve.
2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2463 class GetArtifactInput < Struct.new( :agent_space_id, :artifact_id) SENSITIVE = [] include Aws::Structure end |