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")


7034
7035
7036
# File 'sig/types.rbs', line 7034

def auth_strategy
  @auth_strategy
end

#auth_token::String

Returns the value of attribute auth_token.

Returns:

  • (::String)


7035
7036
7037
# File 'sig/types.rbs', line 7035

def auth_token
  @auth_token
end

#branch::String

Returns the value of attribute branch.

Returns:

  • (::String)


7031
7032
7033
# File 'sig/types.rbs', line 7031

def branch
  @branch
end

#folder::String

Returns the value of attribute folder.

Returns:

  • (::String)


7032
7033
7034
# File 'sig/types.rbs', line 7032

def folder
  @folder
end

#last_commit_id::String

Returns the value of attribute last_commit_id.

Returns:

  • (::String)


7033
7034
7035
# File 'sig/types.rbs', line 7033

def last_commit_id
  @last_commit_id
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


7030
7031
7032
# File 'sig/types.rbs', line 7030

def owner
  @owner
end

#provider"GITHUB", ...

Returns the value of attribute provider.

Returns:

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


7028
7029
7030
# File 'sig/types.rbs', line 7028

def provider
  @provider
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


7029
7030
7031
# File 'sig/types.rbs', line 7029

def repository
  @repository
end