Class: Aws::Types::DeleteMicrovmImageVersionInput

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)


124
125
126
# File 'sig/types.rbs', line 124

def image_identifier
  @image_identifier
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def image_version
  @image_version
end