Class: Aws::SecurityAgent::Types::DeleteArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeleteArtifactInput
- 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 delete.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the artifact.
1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1920 class DeleteArtifactInput < Struct.new( :agent_space_id, :artifact_id) SENSITIVE = [] include Aws::Structure end |
#artifact_id ⇒ String
The unique identifier of the artifact to delete.
1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1920 class DeleteArtifactInput < Struct.new( :agent_space_id, :artifact_id) SENSITIVE = [] include Aws::Structure end |