Class: Aws::Types::SourceBuildInformation
- Inherits:
-
Object
- Object
- Aws::Types::SourceBuildInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_location ⇒ ::String
Returns the value of attribute source_location.
-
#source_repository ⇒ "CodeCommit", "S3"
Returns the value of attribute source_repository.
-
#source_type ⇒ "Git", "Zip"
Returns the value of attribute source_type.
Instance Attribute Details
#source_location ⇒ ::String
Returns the value of attribute source_location.
944 945 946 |
# File 'sig/types.rbs', line 944 def source_location @source_location end |
#source_repository ⇒ "CodeCommit", "S3"
Returns the value of attribute source_repository.
943 944 945 |
# File 'sig/types.rbs', line 943 def source_repository @source_repository end |
#source_type ⇒ "Git", "Zip"
Returns the value of attribute source_type.
942 943 944 |
# File 'sig/types.rbs', line 942 def source_type @source_type end |