Class: Aws::Types::ListMicrovmImageBuildsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture"ARM_64"

Returns the value of attribute architecture.

Returns:

  • ("ARM_64")


287
288
289
# File 'sig/types.rbs', line 287

def architecture
  @architecture
end

#chipset"GRAVITON"

Returns the value of attribute chipset.

Returns:

  • ("GRAVITON")


288
289
290
# File 'sig/types.rbs', line 288

def chipset
  @chipset
end

#chipset_generation::String

Returns the value of attribute chipset_generation.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def next_token
  @next_token
end