Class: Aws::SecurityAgent::Types::DeleteArtifactInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

Unique identifier of the agent space

Returns:

  • (String)


1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1255

class DeleteArtifactInput < Struct.new(
  :agent_space_id,
  :artifact_id)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_idString

Unique identifier of the artifact

Returns:

  • (String)


1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1255

class DeleteArtifactInput < Struct.new(
  :agent_space_id,
  :artifact_id)
  SENSITIVE = []
  include Aws::Structure
end