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


7103
7104
7105
# File 'sig/types.rbs', line 7103

def auth_strategy
  @auth_strategy
end

#auth_token::String

Returns the value of attribute auth_token.

Returns:

  • (::String)


7104
7105
7106
# File 'sig/types.rbs', line 7104

def auth_token
  @auth_token
end

#branch::String

Returns the value of attribute branch.

Returns:

  • (::String)


7100
7101
7102
# File 'sig/types.rbs', line 7100

def branch
  @branch
end

#folder::String

Returns the value of attribute folder.

Returns:

  • (::String)


7101
7102
7103
# File 'sig/types.rbs', line 7101

def folder
  @folder
end

#last_commit_id::String

Returns the value of attribute last_commit_id.

Returns:

  • (::String)


7102
7103
7104
# File 'sig/types.rbs', line 7102

def last_commit_id
  @last_commit_id
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


7099
7100
7101
# File 'sig/types.rbs', line 7099

def owner
  @owner
end

#provider"GITHUB", ...

Returns the value of attribute provider.

Returns:

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


7097
7098
7099
# File 'sig/types.rbs', line 7097

def provider
  @provider
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


7098
7099
7100
# File 'sig/types.rbs', line 7098

def repository
  @repository
end