Class: Aws::SecurityAgent::Types::AddArtifactOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_idString

The unique identifier assigned to the uploaded artifact.

Returns:

  • (String)


136
137
138
139
140
# File 'lib/aws-sdk-securityagent/types.rb', line 136

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