Class: Aws::Types::CreateLensVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLensVersionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#is_major_version ⇒ Boolean
Returns the value of attribute is_major_version.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
394 395 396 |
# File 'sig/types.rbs', line 394 def client_request_token @client_request_token end |
#is_major_version ⇒ Boolean
Returns the value of attribute is_major_version.
393 394 395 |
# File 'sig/types.rbs', line 393 def is_major_version @is_major_version end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
391 392 393 |
# File 'sig/types.rbs', line 391 def lens_alias @lens_alias end |
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
392 393 394 |
# File 'sig/types.rbs', line 392 def lens_version @lens_version end |