Class: Aws::Types::GetMicrovmImageBuildOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMicrovmImageBuildOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ "ARM_64"
Returns the value of attribute architecture.
-
#build_id ⇒ ::String
Returns the value of attribute build_id.
-
#build_state ⇒ "PENDING", ...
Returns the value of attribute build_state.
-
#chipset ⇒ "GRAVITON"
Returns the value of attribute chipset.
-
#chipset_generation ⇒ ::String
Returns the value of attribute chipset_generation.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#snapshot_build ⇒ Types::SnapshotBuild
Returns the value of attribute snapshot_build.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#architecture ⇒ "ARM_64"
Returns the value of attribute architecture.
148 149 150 |
# File 'sig/types.rbs', line 148 def architecture @architecture end |
#build_id ⇒ ::String
Returns the value of attribute build_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def build_id @build_id end |
#build_state ⇒ "PENDING", ...
Returns the value of attribute build_state.
147 148 149 |
# File 'sig/types.rbs', line 147 def build_state @build_state end |
#chipset ⇒ "GRAVITON"
Returns the value of attribute chipset.
149 150 151 |
# File 'sig/types.rbs', line 149 def chipset @chipset end |
#chipset_generation ⇒ ::String
Returns the value of attribute chipset_generation.
150 151 152 |
# File 'sig/types.rbs', line 150 def chipset_generation @chipset_generation end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
152 153 154 |
# File 'sig/types.rbs', line 152 def created_at @created_at end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
144 145 146 |
# File 'sig/types.rbs', line 144 def image_arn @image_arn end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
145 146 147 |
# File 'sig/types.rbs', line 145 def image_version @image_version end |
#snapshot_build ⇒ Types::SnapshotBuild
Returns the value of attribute snapshot_build.
153 154 155 |
# File 'sig/types.rbs', line 153 def snapshot_build @snapshot_build end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
151 152 153 |
# File 'sig/types.rbs', line 151 def state_reason @state_reason end |