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)


3431
3432
3433
# File 'sig/types.rbs', line 3431

def alias
  @alias
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


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

def image_name
  @image_name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


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

def version
  @version
end