Class: Aws::Types::ProjectBuildBatchConfig
- Inherits:
-
Object
- Object
- Aws::Types::ProjectBuildBatchConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_report_mode ⇒ "REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH"
Returns the value of attribute batch_report_mode.
-
#combine_artifacts ⇒ Boolean
Returns the value of attribute combine_artifacts.
-
#restrictions ⇒ Types::BatchRestrictions
Returns the value of attribute restrictions.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#timeout_in_mins ⇒ ::Integer
Returns the value of attribute timeout_in_mins.
Instance Attribute Details
#batch_report_mode ⇒ "REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH"
Returns the value of attribute batch_report_mode.
949 950 951 |
# File 'sig/types.rbs', line 949 def batch_report_mode @batch_report_mode end |
#combine_artifacts ⇒ Boolean
Returns the value of attribute combine_artifacts.
946 947 948 |
# File 'sig/types.rbs', line 946 def combine_artifacts @combine_artifacts end |
#restrictions ⇒ Types::BatchRestrictions
Returns the value of attribute restrictions.
947 948 949 |
# File 'sig/types.rbs', line 947 def restrictions @restrictions end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
945 946 947 |
# File 'sig/types.rbs', line 945 def service_role @service_role end |
#timeout_in_mins ⇒ ::Integer
Returns the value of attribute timeout_in_mins.
948 949 950 |
# File 'sig/types.rbs', line 948 def timeout_in_mins @timeout_in_mins end |