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:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def agent_space_id
  @agent_space_id
end

#artifact_content::String

Returns the value of attribute artifact_content.

Returns:

  • (::String)


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

def artifact_content
  @artifact_content
end

#artifact_type"TXT", ...

Returns the value of attribute artifact_type.

Returns:

  • ("TXT", "PNG", "JPEG", "MD", "PDF", "DOCX", "DOC", "JSON", "YAML")


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

def artifact_type
  @artifact_type
end

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


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

def file_name
  @file_name
end