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)


4463
4464
4465
# File 'sig/types.rbs', line 4463

def alias
  @alias
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


4461
4462
4463
# File 'sig/types.rbs', line 4461

def image_name
  @image_name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


4462
4463
4464
# File 'sig/types.rbs', line 4462

def version
  @version
end