Class: Aws::Types::BuildBatch
- Inherits:
-
Object
- Object
- Aws::Types::BuildBatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#artifacts ⇒ Types::BuildArtifacts
Returns the value of attribute artifacts.
-
#build_batch_config ⇒ Types::ProjectBuildBatchConfig
Returns the value of attribute build_batch_config.
-
#build_batch_number ⇒ ::Integer
Returns the value of attribute build_batch_number.
-
#build_batch_status ⇒ "SUCCEEDED", ...
Returns the value of attribute build_batch_status.
-
#build_groups ⇒ ::Array[Types::BuildGroup]
Returns the value of attribute build_groups.
-
#build_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute build_timeout_in_minutes.
-
#cache ⇒ Types::ProjectCache
Returns the value of attribute cache.
-
#complete ⇒ Boolean
Returns the value of attribute complete.
-
#current_phase ⇒ ::String
Returns the value of attribute current_phase.
-
#debug_session_enabled ⇒ Boolean
Returns the value of attribute debug_session_enabled.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#environment ⇒ Types::ProjectEnvironment
Returns the value of attribute environment.
-
#file_system_locations ⇒ ::Array[Types::ProjectFileSystemLocation]
Returns the value of attribute file_system_locations.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#initiator ⇒ ::String
Returns the value of attribute initiator.
-
#log_config ⇒ Types::LogsConfig
Returns the value of attribute log_config.
-
#phases ⇒ ::Array[Types::BuildBatchPhase]
Returns the value of attribute phases.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#queued_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes.
-
#report_arns ⇒ ::Array[::String]
Returns the value of attribute report_arns.
-
#resolved_source_version ⇒ ::String
Returns the value of attribute resolved_source_version.
-
#secondary_artifacts ⇒ ::Array[Types::BuildArtifacts]
Returns the value of attribute secondary_artifacts.
-
#secondary_source_versions ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_source_versions.
-
#secondary_sources ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#source ⇒ Types::ProjectSource
Returns the value of attribute source.
-
#source_version ⇒ ::String
Returns the value of attribute source_version.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
182 183 184 |
# File 'sig/types.rbs', line 182 def arn @arn end |
#artifacts ⇒ Types::BuildArtifacts
Returns the value of attribute artifacts.
194 195 196 |
# File 'sig/types.rbs', line 194 def artifacts @artifacts end |
#build_batch_config ⇒ Types::ProjectBuildBatchConfig
Returns the value of attribute build_batch_config.
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.
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.
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.
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.
200 201 202 |
# File 'sig/types.rbs', line 200 def build_timeout_in_minutes @build_timeout_in_minutes end |
#cache ⇒ Types::ProjectCache
Returns the value of attribute cache.
196 197 198 |
# File 'sig/types.rbs', line 196 def cache @cache end |
#complete ⇒ Boolean
Returns the value of attribute complete.
202 203 204 |
# File 'sig/types.rbs', line 202 def complete @complete end |
#current_phase ⇒ ::String
Returns the value of attribute current_phase.
185 186 187 |
# File 'sig/types.rbs', line 185 def current_phase @current_phase end |
#debug_session_enabled ⇒ Boolean
Returns the value of attribute debug_session_enabled.
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.
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.
184 185 186 |
# File 'sig/types.rbs', line 184 def end_time @end_time end |
#environment ⇒ Types::ProjectEnvironment
Returns the value of attribute environment.
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.
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.
181 182 183 |
# File 'sig/types.rbs', line 181 def id @id end |
#initiator ⇒ ::String
Returns the value of attribute initiator.
203 204 205 |
# File 'sig/types.rbs', line 203 def initiator @initiator end |
#log_config ⇒ Types::LogsConfig
Returns the value of attribute log_config.
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.
190 191 192 |
# File 'sig/types.rbs', line 190 def phases @phases end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
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.
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.
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.
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.
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.
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.
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.
198 199 200 |
# File 'sig/types.rbs', line 198 def service_role @service_role end |
#source ⇒ Types::ProjectSource
Returns the value of attribute source.
191 192 193 |
# File 'sig/types.rbs', line 191 def source @source end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
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.
183 184 185 |
# File 'sig/types.rbs', line 183 def start_time @start_time end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
204 205 206 |
# File 'sig/types.rbs', line 204 def vpc_config @vpc_config end |