Class: Aws::Types::DeleteImageVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


3429
3430
3431
# File 'sig/types.rbs', line 3429

def alias
  @alias
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


3427
3428
3429
# File 'sig/types.rbs', line 3427

def image_name
  @image_name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


3428
3429
3430
# File 'sig/types.rbs', line 3428

def version
  @version
end