Class: Aws::Types::SourceControlDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_strategy"PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER"

Returns the value of attribute auth_strategy.

Returns:

  • ("PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER")


7066
7067
7068
# File 'sig/types.rbs', line 7066

def auth_strategy
  @auth_strategy
end

#auth_token::String

Returns the value of attribute auth_token.

Returns:

  • (::String)


7067
7068
7069
# File 'sig/types.rbs', line 7067

def auth_token
  @auth_token
end

#branch::String

Returns the value of attribute branch.

Returns:

  • (::String)


7063
7064
7065
# File 'sig/types.rbs', line 7063

def branch
  @branch
end

#folder::String

Returns the value of attribute folder.

Returns:

  • (::String)


7064
7065
7066
# File 'sig/types.rbs', line 7064

def folder
  @folder
end

#last_commit_id::String

Returns the value of attribute last_commit_id.

Returns:

  • (::String)


7065
7066
7067
# File 'sig/types.rbs', line 7065

def last_commit_id
  @last_commit_id
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


7062
7063
7064
# File 'sig/types.rbs', line 7062

def owner
  @owner
end

#provider"GITHUB", ...

Returns the value of attribute provider.

Returns:

  • ("GITHUB", "GITLAB", "BITBUCKET", "AWS_CODE_COMMIT")


7060
7061
7062
# File 'sig/types.rbs', line 7060

def provider
  @provider
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


7061
7062
7063
# File 'sig/types.rbs', line 7061

def repository
  @repository
end