Class: Aws::Types::ProjectSource
- Inherits:
-
Object
- Object
- Aws::Types::ProjectSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth ⇒ Types::SourceAuth
Returns the value of attribute auth.
-
#build_status_config ⇒ Types::BuildStatusConfig
Returns the value of attribute build_status_config.
-
#buildspec ⇒ ::String
Returns the value of attribute buildspec.
-
#git_clone_depth ⇒ ::Integer
Returns the value of attribute git_clone_depth.
-
#git_submodules_config ⇒ Types::GitSubmodulesConfig
Returns the value of attribute git_submodules_config.
-
#insecure_ssl ⇒ Boolean
Returns the value of attribute insecure_ssl.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#report_build_status ⇒ Boolean
Returns the value of attribute report_build_status.
-
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
-
#type ⇒ "CODECOMMIT", ...
Returns the value of attribute type.
Instance Attribute Details
#auth ⇒ Types::SourceAuth
Returns the value of attribute auth.
997 998 999 |
# File 'sig/types.rbs', line 997 def auth @auth end |
#build_status_config ⇒ Types::BuildStatusConfig
Returns the value of attribute build_status_config.
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.
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.
994 995 996 |
# File 'sig/types.rbs', line 994 def git_clone_depth @git_clone_depth end |
#git_submodules_config ⇒ Types::GitSubmodulesConfig
Returns the value of attribute git_submodules_config.
995 996 997 |
# File 'sig/types.rbs', line 995 def git_submodules_config @git_submodules_config end |
#insecure_ssl ⇒ Boolean
Returns the value of attribute insecure_ssl.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def insecure_ssl @insecure_ssl end |
#location ⇒ ::String
Returns the value of attribute location.
993 994 995 |
# File 'sig/types.rbs', line 993 def location @location end |
#report_build_status ⇒ Boolean
Returns the value of attribute report_build_status.
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.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def source_identifier @source_identifier end |
#type ⇒ "CODECOMMIT", ...
Returns the value of attribute type.
992 993 994 |
# File 'sig/types.rbs', line 992 def type @type end |