Class: Aws::Types::GetLensVersionDifferenceInput
- Inherits:
-
Object
- Object
- Aws::Types::GetLensVersionDifferenceInput
- 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.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#target_lens_version ⇒ ::String
Returns the value of attribute target_lens_version.
Instance Attribute Details
#base_lens_version ⇒ ::String
Returns the value of attribute base_lens_version.
828 829 830 |
# File 'sig/types.rbs', line 828 def base_lens_version @base_lens_version end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
827 828 829 |
# File 'sig/types.rbs', line 827 def lens_alias @lens_alias end |
#target_lens_version ⇒ ::String
Returns the value of attribute target_lens_version.
829 830 831 |
# File 'sig/types.rbs', line 829 def target_lens_version @target_lens_version end |