Class: Aws::SecurityAgent::Types::AddArtifactInput

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

#agent_space_idString

The unique identifier of the agent space to add the artifact to.

Returns:

  • (String)


121
122
123
124
125
126
127
128
# File 'lib/aws-sdk-securityagent/types.rb', line 121

class AddArtifactInput < Struct.new(
  :agent_space_id,
  :artifact_content,
  :artifact_type,
  :file_name)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_contentString

The binary content of the artifact to upload.

Returns:

  • (String)


121
122
123
124
125
126
127
128
# File 'lib/aws-sdk-securityagent/types.rb', line 121

class AddArtifactInput < Struct.new(
  :agent_space_id,
  :artifact_content,
  :artifact_type,
  :file_name)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_typeString

The file type of the artifact. Valid values include TXT, PNG, JPEG, MD, PDF, DOCX, DOC, JSON, and YAML.

Returns:

  • (String)


121
122
123
124
125
126
127
128
# File 'lib/aws-sdk-securityagent/types.rb', line 121

class AddArtifactInput < Struct.new(
  :agent_space_id,
  :artifact_content,
  :artifact_type,
  :file_name)
  SENSITIVE = []
  include Aws::Structure
end

#file_nameString

The file name of the artifact.

Returns:

  • (String)


121
122
123
124
125
126
127
128
# File 'lib/aws-sdk-securityagent/types.rb', line 121

class AddArtifactInput < Struct.new(
  :agent_space_id,
  :artifact_content,
  :artifact_type,
  :file_name)
  SENSITIVE = []
  include Aws::Structure
end