Class: Aws::Types::ProjectBuildBatchConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_report_mode"REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH"

Returns the value of attribute batch_report_mode.

Returns:

  • ("REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH")


949
950
951
# File 'sig/types.rbs', line 949

def batch_report_mode
  @batch_report_mode
end

#combine_artifactsBoolean

Returns the value of attribute combine_artifacts.

Returns:

  • (Boolean)


946
947
948
# File 'sig/types.rbs', line 946

def combine_artifacts
  @combine_artifacts
end

#restrictionsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


948
949
950
# File 'sig/types.rbs', line 948

def timeout_in_mins
  @timeout_in_mins
end