Class: Aws::Types::Build
- Inherits:
-
Object
- Object
- Aws::Types::Build
- 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.
-
#auto_retry_config ⇒ Types::AutoRetryConfig
Returns the value of attribute auto_retry_config.
-
#build_batch_arn ⇒ ::String
Returns the value of attribute build_batch_arn.
-
#build_complete ⇒ Boolean
Returns the value of attribute build_complete.
-
#build_number ⇒ ::Integer
Returns the value of attribute build_number.
-
#build_status ⇒ "SUCCEEDED", ...
Returns the value of attribute build_status.
-
#cache ⇒ Types::ProjectCache
Returns the value of attribute cache.
-
#current_phase ⇒ ::String
Returns the value of attribute current_phase.
-
#debug_session ⇒ Types::DebugSession
Returns the value of attribute debug_session.
-
#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.
-
#exported_environment_variables ⇒ ::Array[Types::ExportedEnvironmentVariable]
Returns the value of attribute exported_environment_variables.
-
#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.
-
#logs ⇒ Types::LogsLocation
Returns the value of attribute logs.
-
#network_interface ⇒ Types::NetworkInterface
Returns the value of attribute network_interface.
-
#phases ⇒ ::Array[Types::BuildPhase]
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.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
134 135 136 |
# File 'sig/types.rbs', line 134 def arn @arn end |
#artifacts ⇒ Types::BuildArtifacts
Returns the value of attribute artifacts.
147 148 149 |
# File 'sig/types.rbs', line 147 def artifacts @artifacts end |
#auto_retry_config ⇒ Types::AutoRetryConfig
Returns the value of attribute auto_retry_config.
165 166 167 |
# File 'sig/types.rbs', line 165 def auto_retry_config @auto_retry_config end |
#build_batch_arn ⇒ ::String
Returns the value of attribute build_batch_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def build_batch_arn @build_batch_arn end |
#build_complete ⇒ Boolean
Returns the value of attribute build_complete.
155 156 157 |
# File 'sig/types.rbs', line 155 def build_complete @build_complete end |
#build_number ⇒ ::Integer
Returns the value of attribute build_number.
135 136 137 |
# File 'sig/types.rbs', line 135 def build_number @build_number end |
#build_status ⇒ "SUCCEEDED", ...
Returns the value of attribute build_status.
139 140 141 |
# File 'sig/types.rbs', line 139 def build_status @build_status end |
#cache ⇒ Types::ProjectCache
Returns the value of attribute cache.
149 150 151 |
# File 'sig/types.rbs', line 149 def cache @cache end |
#current_phase ⇒ ::String
Returns the value of attribute current_phase.
138 139 140 |
# File 'sig/types.rbs', line 138 def current_phase @current_phase end |
#debug_session ⇒ Types::DebugSession
Returns the value of attribute debug_session.
163 164 165 |
# File 'sig/types.rbs', line 163 def debug_session @debug_session end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
159 160 161 |
# File 'sig/types.rbs', line 159 def encryption_key @encryption_key end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
137 138 139 |
# File 'sig/types.rbs', line 137 def end_time @end_time end |
#environment ⇒ Types::ProjectEnvironment
Returns the value of attribute environment.
150 151 152 |
# File 'sig/types.rbs', line 150 def environment @environment end |
#exported_environment_variables ⇒ ::Array[Types::ExportedEnvironmentVariable]
Returns the value of attribute exported_environment_variables.
160 161 162 |
# File 'sig/types.rbs', line 160 def exported_environment_variables @exported_environment_variables end |
#file_system_locations ⇒ ::Array[Types::ProjectFileSystemLocation]
Returns the value of attribute file_system_locations.
162 163 164 |
# File 'sig/types.rbs', line 162 def file_system_locations @file_system_locations end |
#id ⇒ ::String
Returns the value of attribute id.
133 134 135 |
# File 'sig/types.rbs', line 133 def id @id end |
#initiator ⇒ ::String
Returns the value of attribute initiator.
156 157 158 |
# File 'sig/types.rbs', line 156 def initiator @initiator end |
#logs ⇒ Types::LogsLocation
Returns the value of attribute logs.
152 153 154 |
# File 'sig/types.rbs', line 152 def logs @logs end |
#network_interface ⇒ Types::NetworkInterface
Returns the value of attribute network_interface.
158 159 160 |
# File 'sig/types.rbs', line 158 def network_interface @network_interface end |
#phases ⇒ ::Array[Types::BuildPhase]
Returns the value of attribute phases.
143 144 145 |
# File 'sig/types.rbs', line 143 def phases @phases end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
142 143 144 |
# File 'sig/types.rbs', line 142 def project_name @project_name end |
#queued_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes.
154 155 156 |
# File 'sig/types.rbs', line 154 def queued_timeout_in_minutes @queued_timeout_in_minutes end |
#report_arns ⇒ ::Array[::String]
Returns the value of attribute report_arns.
161 162 163 |
# File 'sig/types.rbs', line 161 def report_arns @report_arns end |
#resolved_source_version ⇒ ::String
Returns the value of attribute resolved_source_version.
141 142 143 |
# File 'sig/types.rbs', line 141 def resolved_source_version @resolved_source_version end |
#secondary_artifacts ⇒ ::Array[Types::BuildArtifacts]
Returns the value of attribute secondary_artifacts.
148 149 150 |
# File 'sig/types.rbs', line 148 def secondary_artifacts @secondary_artifacts end |
#secondary_source_versions ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_source_versions.
146 147 148 |
# File 'sig/types.rbs', line 146 def secondary_source_versions @secondary_source_versions end |
#secondary_sources ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources.
145 146 147 |
# File 'sig/types.rbs', line 145 def secondary_sources @secondary_sources end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
151 152 153 |
# File 'sig/types.rbs', line 151 def service_role @service_role end |
#source ⇒ Types::ProjectSource
Returns the value of attribute source.
144 145 146 |
# File 'sig/types.rbs', line 144 def source @source end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
140 141 142 |
# File 'sig/types.rbs', line 140 def source_version @source_version end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
136 137 138 |
# File 'sig/types.rbs', line 136 def start_time @start_time end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
153 154 155 |
# File 'sig/types.rbs', line 153 def timeout_in_minutes @timeout_in_minutes end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
157 158 159 |
# File 'sig/types.rbs', line 157 def vpc_config @vpc_config end |