Class: Aws::Types::SourceBuildInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_location::String

Returns the value of attribute source_location.

Returns:

  • (::String)


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.

Returns:

  • ("CodeCommit", "S3")


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.

Returns:

  • ("Git", "Zip")


942
943
944
# File 'sig/types.rbs', line 942

def source_type
  @source_type
end