Class: Aws::Types::CreateLensShareInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLensShareInput
- 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.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
381 382 383 |
# File 'sig/types.rbs', line 381 def client_request_token @client_request_token end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
379 380 381 |
# File 'sig/types.rbs', line 379 def lens_alias @lens_alias end |
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
380 381 382 |
# File 'sig/types.rbs', line 380 def shared_with @shared_with end |