Class: Aws::Types::ListThingsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



3772
3773
3774
# File 'sig/types.rbs', line 3772

def thing_type_name
  @thing_type_name
end

#use_prefix_attribute_valueBoolean

Returns the value of attribute use_prefix_attribute_value.

Returns:



3773
3774
3775
# File 'sig/types.rbs', line 3773

def use_prefix_attribute_value
  @use_prefix_attribute_value
end