Class: Aws::Types::AwsCodeBuildProjectSource
- Inherits:
-
Object
- Object
- Aws::Types::AwsCodeBuildProjectSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#git_clone_depth ⇒ ::Integer
Returns the value of attribute git_clone_depth.
-
#insecure_ssl ⇒ Boolean
Returns the value of attribute insecure_ssl.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#git_clone_depth ⇒ ::Integer
Returns the value of attribute git_clone_depth.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def git_clone_depth @git_clone_depth end |
#insecure_ssl ⇒ Boolean
Returns the value of attribute insecure_ssl.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def insecure_ssl @insecure_ssl end |
#location ⇒ ::String
Returns the value of attribute location.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def location @location end |
#type ⇒ ::String
Returns the value of attribute type.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def type @type end |