Class: Aws::Types::DeleteMicrovmImageOutput

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)


118
119
120
# File 'sig/types.rbs', line 118

def image_identifier
  @image_identifier
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "CREATE_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETE_FAILED", "DELETED")


119
120
121
# File 'sig/types.rbs', line 119

def state
  @state
end