Class: Aws::SecurityAgent::Types::AddArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::AddArtifactInput
- 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
Unique identifier of the agent space.
-
#artifact_content ⇒ String
Binary content of the artifact.
-
#artifact_type ⇒ String
Type of the artifact file.
-
#file_name ⇒ String
Name of the artifact file.
Instance Attribute Details
#agent_space_id ⇒ String
Unique identifier of the agent space
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_content ⇒ String
Binary content of the artifact
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_type ⇒ String
Type of the artifact file
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_name ⇒ String
Name of the artifact file
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 |