Class: Aws::Types::BuildBatch

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def arn
  @arn
end

#artifactsTypes::BuildArtifacts

Returns the value of attribute artifacts.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def artifacts
  @artifacts
end

#build_batch_configTypes::ProjectBuildBatchConfig

Returns the value of attribute build_batch_config.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def build_batch_config
  @build_batch_config
end

#build_batch_number::Integer

Returns the value of attribute build_batch_number.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def build_batch_number
  @build_batch_number
end

#build_batch_status"SUCCEEDED", ...

Returns the value of attribute build_batch_status.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def build_batch_status
  @build_batch_status
end

#build_groups::Array[Types::BuildGroup]

Returns the value of attribute build_groups.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def build_groups
  @build_groups
end

#build_timeout_in_minutes::Integer

Returns the value of attribute build_timeout_in_minutes.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def build_timeout_in_minutes
  @build_timeout_in_minutes
end

#cacheTypes::ProjectCache

Returns the value of attribute cache.

Returns:



196
197
198
# File 'sig/types.rbs', line 196

def cache
  @cache
end

#completeBoolean

Returns the value of attribute complete.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def complete
  @complete
end

#current_phase::String

Returns the value of attribute current_phase.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def current_phase
  @current_phase
end

#debug_session_enabledBoolean

Returns the value of attribute debug_session_enabled.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def debug_session_enabled
  @debug_session_enabled
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def encryption_key
  @encryption_key
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def end_time
  @end_time
end

#environmentTypes::ProjectEnvironment

Returns the value of attribute environment.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def environment
  @environment
end

#file_system_locations::Array[Types::ProjectFileSystemLocation]

Returns the value of attribute file_system_locations.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def file_system_locations
  @file_system_locations
end

#id::String

Returns the value of attribute id.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def id
  @id
end

#initiator::String

Returns the value of attribute initiator.

Returns:



203
204
205
# File 'sig/types.rbs', line 203

def initiator
  @initiator
end

#log_configTypes::LogsConfig

Returns the value of attribute log_config.

Returns:



199
200
201
# File 'sig/types.rbs', line 199

def log_config
  @log_config
end

#phases::Array[Types::BuildBatchPhase]

Returns the value of attribute phases.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def phases
  @phases
end

#project_name::String

Returns the value of attribute project_name.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def project_name
  @project_name
end

#queued_timeout_in_minutes::Integer

Returns the value of attribute queued_timeout_in_minutes.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def queued_timeout_in_minutes
  @queued_timeout_in_minutes
end

#report_arns::Array[::String]

Returns the value of attribute report_arns.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def report_arns
  @report_arns
end

#resolved_source_version::String

Returns the value of attribute resolved_source_version.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def resolved_source_version
  @resolved_source_version
end

#secondary_artifacts::Array[Types::BuildArtifacts]

Returns the value of attribute secondary_artifacts.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def secondary_artifacts
  @secondary_artifacts
end

#secondary_source_versions::Array[Types::ProjectSourceVersion]

Returns the value of attribute secondary_source_versions.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def secondary_source_versions
  @secondary_source_versions
end

#secondary_sources::Array[Types::ProjectSource]

Returns the value of attribute secondary_sources.

Returns:



192
193
194
# File 'sig/types.rbs', line 192

def secondary_sources
  @secondary_sources
end

#service_role::String

Returns the value of attribute service_role.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def service_role
  @service_role
end

#sourceTypes::ProjectSource

Returns the value of attribute source.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def source
  @source
end

#source_version::String

Returns the value of attribute source_version.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def source_version
  @source_version
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def start_time
  @start_time
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



204
205
206
# File 'sig/types.rbs', line 204

def vpc_config
  @vpc_config
end