Class: Aws::Types::DeleteLensInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLensInput
- 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.
-
#lens_status ⇒ "ALL", ...
Returns the value of attribute lens_status.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
553 554 555 |
# File 'sig/types.rbs', line 553 def client_request_token @client_request_token end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
552 553 554 |
# File 'sig/types.rbs', line 552 def lens_alias @lens_alias end |
#lens_status ⇒ "ALL", ...
Returns the value of attribute lens_status.
554 555 556 |
# File 'sig/types.rbs', line 554 def lens_status @lens_status end |