Class: Aws::Types::DescribeImageVersionRequest

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)


4480
4481
4482
# File 'sig/types.rbs', line 4480

def alias
  @alias
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


4478
4479
4480
# File 'sig/types.rbs', line 4478

def image_name
  @image_name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


4479
4480
4481
# File 'sig/types.rbs', line 4479

def version
  @version
end