Class: Aws::LambdaMicrovms::Types::MicrovmImageBuildSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::MicrovmImageBuildSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Contains summary information about a MicroVM image build.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#architecture ⇒ String
The target CPU architecture for the build.
-
#build_id ⇒ String
The build request ID.
-
#build_state ⇒ String
The current state of the build.
-
#chipset ⇒ String
The target chipset for the build.
-
#chipset_generation ⇒ String
The target chipset generation for the build.
-
#created_at ⇒ Time
The timestamp when the build was created.
-
#image_arn ⇒ String
The ARN of the MicroVM image.
-
#image_version ⇒ String
The version of the MicroVM image.
-
#state_reason ⇒ String
The reason for the build state, if applicable.
Instance Attribute Details
#architecture ⇒ String
The target CPU architecture for the build. Supported value: ARM_64.
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1413 class MicrovmImageBuildSummary < Struct.new( :image_arn, :image_version, :build_id, :build_state, :architecture, :chipset, :chipset_generation, :state_reason, :created_at) SENSITIVE = [] include Aws::Structure end |
#build_id ⇒ String
The build request ID.
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1413 class MicrovmImageBuildSummary < Struct.new( :image_arn, :image_version, :build_id, :build_state, :architecture, :chipset, :chipset_generation, :state_reason, :created_at) SENSITIVE = [] include Aws::Structure end |
#build_state ⇒ String
The current state of the build.
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1413 class MicrovmImageBuildSummary < Struct.new( :image_arn, :image_version, :build_id, :build_state, :architecture, :chipset, :chipset_generation, :state_reason, :created_at) SENSITIVE = [] include Aws::Structure end |
#chipset ⇒ String
The target chipset for the build.
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1413 class MicrovmImageBuildSummary < Struct.new( :image_arn, :image_version, :build_id, :build_state, :architecture, :chipset, :chipset_generation, :state_reason, :created_at) SENSITIVE = [] include Aws::Structure end |
#chipset_generation ⇒ String
The target chipset generation for the build.
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1413 class MicrovmImageBuildSummary < Struct.new( :image_arn, :image_version, :build_id, :build_state, :architecture, :chipset, :chipset_generation, :state_reason, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the build was created.
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1413 class MicrovmImageBuildSummary < Struct.new( :image_arn, :image_version, :build_id, :build_state, :architecture, :chipset, :chipset_generation, :state_reason, :created_at) SENSITIVE = [] include Aws::Structure end |
#image_arn ⇒ String
The ARN of the MicroVM image.
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1413 class MicrovmImageBuildSummary < Struct.new( :image_arn, :image_version, :build_id, :build_state, :architecture, :chipset, :chipset_generation, :state_reason, :created_at) SENSITIVE = [] include Aws::Structure end |
#image_version ⇒ String
The version of the MicroVM image.
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1413 class MicrovmImageBuildSummary < Struct.new( :image_arn, :image_version, :build_id, :build_state, :architecture, :chipset, :chipset_generation, :state_reason, :created_at) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
The reason for the build state, if applicable.
1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1413 class MicrovmImageBuildSummary < Struct.new( :image_arn, :image_version, :build_id, :build_state, :architecture, :chipset, :chipset_generation, :state_reason, :created_at) SENSITIVE = [] include Aws::Structure end |