Class: Aws::Types::ListThingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListThingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
-
#use_prefix_attribute_value ⇒ Boolean
Returns the value of attribute use_prefix_attribute_value.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
3770 3771 3772 |
# File 'sig/types.rbs', line 3770 def attribute_name @attribute_name end |
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
3771 3772 3773 |
# File 'sig/types.rbs', line 3771 def attribute_value @attribute_value end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3769 3770 3771 |
# File 'sig/types.rbs', line 3769 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3768 3769 3770 |
# File 'sig/types.rbs', line 3768 def next_token @next_token end |
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
3772 3773 3774 |
# File 'sig/types.rbs', line 3772 def thing_type_name @thing_type_name end |
#use_prefix_attribute_value ⇒ Boolean
Returns the value of attribute use_prefix_attribute_value.
3773 3774 3775 |
# File 'sig/types.rbs', line 3773 def use_prefix_attribute_value @use_prefix_attribute_value end |