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

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)


118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 118

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

#artifact_contentString

Binary content of the artifact

Returns:

  • (String)


118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 118

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

#artifact_typeString

Type of the artifact file

Returns:

  • (String)


118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 118

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

#file_nameString

Name of the artifact file

Returns:

  • (String)


118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 118

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