Class: Aws::Types::DeleteMicrovmImageVersionOutput

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)


130
131
132
# File 'sig/types.rbs', line 130

def image_identifier
  @image_identifier
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def image_version
  @image_version
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "IN_PROGRESS", "SUCCESSFUL", "FAILED", "DELETING", "DELETED", "DELETE_FAILED")


132
133
134
# File 'sig/types.rbs', line 132

def state
  @state
end