Class: Aws::Types::DeleteLensShareInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLensShareInput
- 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.
-
#share_id ⇒ ::String
Returns the value of attribute share_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
561 562 563 |
# File 'sig/types.rbs', line 561 def client_request_token @client_request_token end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
560 561 562 |
# File 'sig/types.rbs', line 560 def lens_alias @lens_alias end |
#share_id ⇒ ::String
Returns the value of attribute share_id.
559 560 561 |
# File 'sig/types.rbs', line 559 def share_id @share_id end |