Class: Aws::Types::AddArtifactInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def agent_space_id
  @agent_space_id
end

#artifact_content::String

Returns the value of attribute artifact_content.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def artifact_content
  @artifact_content
end

#artifact_type"TXT", ...

Returns the value of attribute artifact_type.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def artifact_type
  @artifact_type
end

#file_name::String

Returns the value of attribute file_name.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def file_name
  @file_name
end