Class: Aws::Types::BuildConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_name::String

Returns the value of attribute artifact_name.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def artifact_name
  @artifact_name
end

#code_build_service_role::String

Returns the value of attribute code_build_service_role.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def code_build_service_role
  @code_build_service_role
end

#compute_type"BUILD_GENERAL1_SMALL", ...

Returns the value of attribute compute_type.

Returns:

  • ("BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE")


122
123
124
# File 'sig/types.rbs', line 122

def compute_type
  @compute_type
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def image
  @image
end

#timeout_in_minutes::Integer

Returns the value of attribute timeout_in_minutes.

Returns:

  • (::Integer)


124
125
126
# File 'sig/types.rbs', line 124

def timeout_in_minutes
  @timeout_in_minutes
end