Class: Aws::Types::ListLensesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListLensesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_name ⇒ ::String
Returns the value of attribute lens_name.
-
#lens_status ⇒ "ALL", ...
Returns the value of attribute lens_status.
-
#lens_type ⇒ "AWS_OFFICIAL", ...
Returns the value of attribute lens_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#lens_name ⇒ ::String
Returns the value of attribute lens_name.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def lens_name @lens_name end |
#lens_status ⇒ "ALL", ...
Returns the value of attribute lens_status.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def lens_status @lens_status end |
#lens_type ⇒ "AWS_OFFICIAL", ...
Returns the value of attribute lens_type.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def lens_type @lens_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def next_token @next_token end |