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
Unique identifier of the agent space.
-
#artifact_id ⇒ String
Unique identifier of the artifact.
Instance Attribute Details
#agent_space_id ⇒ String
Unique identifier of the agent space
1731 1732 1733 1734 1735 1736 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1731 class GetArtifactInput < Struct.new( :agent_space_id, :artifact_id) SENSITIVE = [] include Aws::Structure end |
#artifact_id ⇒ String
Unique identifier of the artifact
1731 1732 1733 1734 1735 1736 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1731 class GetArtifactInput < Struct.new( :agent_space_id, :artifact_id) SENSITIVE = [] include Aws::Structure end |