Class: Aws::Types::UpdateMicrovmImageVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_identifier::String

Returns the value of attribute image_identifier.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def image_identifier
  @image_identifier
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def image_version
  @image_version
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


650
651
652
# File 'sig/types.rbs', line 650

def status
  @status
end