Class: Aws::Types::ProjectSource

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#authTypes::SourceAuth

Returns the value of attribute auth.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def auth
  @auth
end

#build_status_configTypes::BuildStatusConfig

Returns the value of attribute build_status_config.

Returns:



999
1000
1001
# File 'sig/types.rbs', line 999

def build_status_config
  @build_status_config
end

#buildspec::String

Returns the value of attribute buildspec.

Returns:



996
997
998
# File 'sig/types.rbs', line 996

def buildspec
  @buildspec
end

#git_clone_depth::Integer

Returns the value of attribute git_clone_depth.

Returns:



994
995
996
# File 'sig/types.rbs', line 994

def git_clone_depth
  @git_clone_depth
end

#git_submodules_configTypes::GitSubmodulesConfig

Returns the value of attribute git_submodules_config.

Returns:



995
996
997
# File 'sig/types.rbs', line 995

def git_submodules_config
  @git_submodules_config
end

#insecure_sslBoolean

Returns the value of attribute insecure_ssl.

Returns:



1000
1001
1002
# File 'sig/types.rbs', line 1000

def insecure_ssl
  @insecure_ssl
end

#location::String

Returns the value of attribute location.

Returns:



993
994
995
# File 'sig/types.rbs', line 993

def location
  @location
end

#report_build_statusBoolean

Returns the value of attribute report_build_status.

Returns:



998
999
1000
# File 'sig/types.rbs', line 998

def report_build_status
  @report_build_status
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:



1001
1002
1003
# File 'sig/types.rbs', line 1001

def source_identifier
  @source_identifier
end

#type"CODECOMMIT", ...

Returns the value of attribute type.

Returns:



992
993
994
# File 'sig/types.rbs', line 992

def type
  @type
end