Class: Aws::Types::ListLensSharesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListLensSharesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#shared_with_prefix ⇒ ::String
Returns the value of attribute shared_with_prefix.
-
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
Instance Attribute Details
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def lens_alias @lens_alias end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def next_token @next_token end |
#shared_with_prefix ⇒ ::String
Returns the value of attribute shared_with_prefix.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def shared_with_prefix @shared_with_prefix end |
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def status @status end |