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)


4465
4466
4467
# File 'sig/types.rbs', line 4465

def alias
  @alias
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


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

def image_name
  @image_name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


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

def version
  @version
end