Class: Aws::Types::ListMicrovmImageBuildsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListMicrovmImageBuildsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ "ARM_64"
Returns the value of attribute architecture.
-
#chipset ⇒ "GRAVITON"
Returns the value of attribute chipset.
-
#chipset_generation ⇒ ::String
Returns the value of attribute chipset_generation.
-
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#architecture ⇒ "ARM_64"
Returns the value of attribute architecture.
287 288 289 |
# File 'sig/types.rbs', line 287 def architecture @architecture end |
#chipset ⇒ "GRAVITON"
Returns the value of attribute chipset.
288 289 290 |
# File 'sig/types.rbs', line 288 def chipset @chipset end |
#chipset_generation ⇒ ::String
Returns the value of attribute chipset_generation.
289 290 291 |
# File 'sig/types.rbs', line 289 def chipset_generation @chipset_generation end |
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
285 286 287 |
# File 'sig/types.rbs', line 285 def image_identifier @image_identifier end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
286 287 288 |
# File 'sig/types.rbs', line 286 def image_version @image_version end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
283 284 285 |
# File 'sig/types.rbs', line 283 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
284 285 286 |
# File 'sig/types.rbs', line 284 def next_token @next_token end |