Class: Aws::Types::ImageBuildConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture"amd64", "arm64"

Returns the value of attribute architecture.

Returns:

  • ("amd64", "arm64")


595
596
597
# File 'sig/types.rbs', line 595

def architecture
  @architecture
end

#buildpack::String

Returns the value of attribute buildpack.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def buildpack
  @buildpack
end

#code_build_service_role::String

Returns the value of attribute code_build_service_role.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

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")


597
598
599
# File 'sig/types.rbs', line 597

def compute_type
  @compute_type
end

#dockerfile_location::String

Returns the value of attribute dockerfile_location.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def dockerfile_location
  @dockerfile_location
end

#timeout_in_minutes::Integer

Returns the value of attribute timeout_in_minutes.

Returns:

  • (::Integer)


598
599
600
# File 'sig/types.rbs', line 598

def timeout_in_minutes
  @timeout_in_minutes
end

#type"docker", "buildpack"

Returns the value of attribute type.

Returns:



592
593
594
# File 'sig/types.rbs', line 592

def type
  @type
end