Class: Aws::Types::ImageBuildConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ImageBuildConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ "amd64", "arm64"
Returns the value of attribute architecture.
-
#buildpack ⇒ ::String
Returns the value of attribute buildpack.
-
#code_build_service_role ⇒ ::String
Returns the value of attribute code_build_service_role.
-
#compute_type ⇒ "BUILD_GENERAL1_SMALL", ...
Returns the value of attribute compute_type.
-
#dockerfile_location ⇒ ::String
Returns the value of attribute dockerfile_location.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
-
#type ⇒ "docker", "buildpack"
Returns the value of attribute type.
Instance Attribute Details
#architecture ⇒ "amd64", "arm64"
Returns the value of attribute architecture.
595 596 597 |
# File 'sig/types.rbs', line 595 def architecture @architecture end |
#buildpack ⇒ ::String
Returns the value of attribute buildpack.
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.
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.
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.
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.
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.
592 593 594 |
# File 'sig/types.rbs', line 592 def type @type end |