Class: Aws::Types::LensReviewReport
- Inherits:
-
Object
- Object
- Aws::Types::LensReviewReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_64_string ⇒ ::String
Returns the value of attribute base_64_string.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
Instance Attribute Details
#base_64_string ⇒ ::String
Returns the value of attribute base_64_string.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def base_64_string @base_64_string end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def lens_alias @lens_alias end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def lens_arn @lens_arn end |