Class: Aws::Types::Artifact

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contents::String

Returns the value of attribute contents.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def contents
  @contents
end

#type"TXT", ...

Returns the value of attribute type.

Returns:

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


78
79
80
# File 'sig/types.rbs', line 78

def type
  @type
end