Class: Aws::Types::Revision

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch ⇒ ::String

Returns the value of attribute branch.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def branch
  @branch
end

#directory ⇒ ::String

Returns the value of attribute directory.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def directory
  @directory
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def repository_name
  @repository_name
end

#repository_provider ⇒ "GITHUB", ...

Returns the value of attribute repository_provider.

Returns:

  • ("GITHUB", "GITHUB_ENTERPRISE", "BITBUCKET")


1299
1300
1301
# File 'sig/types.rbs', line 1299

def repository_provider
  @repository_provider
end

#sha ⇒ ::String

Returns the value of attribute sha.

Returns:

  • (::String)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def sha
  @sha
end