Class: Aws::Types::AwsCodeBuildProjectSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#git_clone_depth::Integer

Returns the value of attribute git_clone_depth.

Returns:

  • (::Integer)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def git_clone_depth
  @git_clone_depth
end

#insecure_sslBoolean

Returns the value of attribute insecure_ssl.

Returns:

  • (Boolean)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def insecure_ssl
  @insecure_ssl
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def location
  @location
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def type
  @type
end