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


7076
7077
7078
# File 'sig/types.rbs', line 7076

def auth_strategy
  @auth_strategy
end

#auth_token::String

Returns the value of attribute auth_token.

Returns:

  • (::String)


7077
7078
7079
# File 'sig/types.rbs', line 7077

def auth_token
  @auth_token
end

#branch::String

Returns the value of attribute branch.

Returns:

  • (::String)


7073
7074
7075
# File 'sig/types.rbs', line 7073

def branch
  @branch
end

#folder::String

Returns the value of attribute folder.

Returns:

  • (::String)


7074
7075
7076
# File 'sig/types.rbs', line 7074

def folder
  @folder
end

#last_commit_id::String

Returns the value of attribute last_commit_id.

Returns:

  • (::String)


7075
7076
7077
# File 'sig/types.rbs', line 7075

def last_commit_id
  @last_commit_id
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


7072
7073
7074
# File 'sig/types.rbs', line 7072

def owner
  @owner
end

#provider"GITHUB", ...

Returns the value of attribute provider.

Returns:

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


7070
7071
7072
# File 'sig/types.rbs', line 7070

def provider
  @provider
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


7071
7072
7073
# File 'sig/types.rbs', line 7071

def repository
  @repository
end