Class: Aws::Types::ArtifactSourceType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_id_type"MD5Hash", ...

Returns the value of attribute source_id_type.

Returns:

  • ("MD5Hash", "S3ETag", "S3Version", "Custom")


470
471
472
# File 'sig/types.rbs', line 470

def source_id_type
  @source_id_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def value
  @value
end