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.
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1393 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.
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1393 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.
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1393 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.
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1393 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.
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1393 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.
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1393 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.
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1393 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.
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1393 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.
1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1393 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 |