Class: Aws::Types::BuildConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BuildConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
-
#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.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
Instance Attribute Details
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
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.
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.
122 123 124 |
# File 'sig/types.rbs', line 122 def compute_type @compute_type end |
#image ⇒ ::String
Returns the value of attribute image.
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.
124 125 126 |
# File 'sig/types.rbs', line 124 def timeout_in_minutes @timeout_in_minutes end |