Class: Aws::Types::SourceReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"BRANCH", ...

Returns the value of attribute type.

Returns:

  • ("BRANCH", "TAG", "COMMIT")


2105
2106
2107
# File 'sig/types.rbs', line 2105

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def value
  @value
end