Class: Aws::Types::GetLensVersionDifferenceOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetLensVersionDifferenceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_lens_version ⇒ ::String
Returns the value of attribute base_lens_version.
-
#latest_lens_version ⇒ ::String
Returns the value of attribute latest_lens_version.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#target_lens_version ⇒ ::String
Returns the value of attribute target_lens_version.
-
#version_differences ⇒ Types::VersionDifferences
Returns the value of attribute version_differences.
Instance Attribute Details
#base_lens_version ⇒ ::String
Returns the value of attribute base_lens_version.
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.
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.
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.
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.
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 |