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)


388
389
390
# File 'sig/types.rbs', line 388

def branch
  @branch
end

#directory ⇒ ::String

Returns the value of attribute directory.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def directory
  @directory
end

#owner_id ⇒ ::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def owner_id
  @owner_id
end

#provider_type ⇒ "Bitbucket", ...

Returns the value of attribute provider_type.

Returns:

  • ("Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged")


392
393
394
# File 'sig/types.rbs', line 392

def provider_type
  @provider_type
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def repository_name
  @repository_name
end

#sha ⇒ ::String

Returns the value of attribute sha.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def sha
  @sha
end