Class: Aws::Types::Build

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:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def arn
  @arn
end

#artifactsTypes::BuildArtifacts

Returns the value of attribute artifacts.



147
148
149
# File 'sig/types.rbs', line 147

def artifacts
  @artifacts
end

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

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def build_batch_arn
  @build_batch_arn
end

#build_completeBoolean

Returns the value of attribute build_complete.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("SUCCEEDED", "FAILED", "FAULT", "TIMED_OUT", "IN_PROGRESS", "STOPPED")


139
140
141
# File 'sig/types.rbs', line 139

def build_status
  @build_status
end

#cacheTypes::ProjectCache

Returns the value of attribute cache.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def cache
  @cache
end

#current_phase::String

Returns the value of attribute current_phase.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def current_phase
  @current_phase
end

#debug_sessionTypes::DebugSession

Returns the value of attribute debug_session.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


137
138
139
# File 'sig/types.rbs', line 137

def end_time
  @end_time
end

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

Returns:



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.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def id
  @id
end

#initiator::String

Returns the value of attribute initiator.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def initiator
  @initiator
end

#logsTypes::LogsLocation

Returns the value of attribute logs.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def logs
  @logs
end

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

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def phases
  @phases
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def service_role
  @service_role
end

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

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::Integer)


153
154
155
# File 'sig/types.rbs', line 153

def timeout_in_minutes
  @timeout_in_minutes
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def vpc_config
  @vpc_config
end