Class: Aws::Types::GetLensVersionDifferenceOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_lens_version ⇒ ::String

Returns the value of attribute base_lens_version.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def base_lens_version
  @base_lens_version
end

#latest_lens_version ⇒ ::String

Returns the value of attribute latest_lens_version.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def latest_lens_version
  @latest_lens_version
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def lens_alias
  @lens_alias
end

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def lens_arn
  @lens_arn
end

#target_lens_version ⇒ ::String

Returns the value of attribute target_lens_version.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def target_lens_version
  @target_lens_version
end

#version_differences ⇒ Types::VersionDifferences

Returns the value of attribute version_differences.



839
840
841
# File 'sig/types.rbs', line 839

def version_differences
  @version_differences
end