Class: Aws::Types::ArtifactSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_id::String

Returns the value of attribute artifact_id.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def artifact_id
  @artifact_id
end

#artifact_type"TXT", ...

Returns the value of attribute artifact_type.

Returns:

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


93
94
95
# File 'sig/types.rbs', line 93

def artifact_type
  @artifact_type
end

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def file_name
  @file_name
end