Class: Aws::Types::ListThingsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3779
3780
3781
# File 'sig/types.rbs', line 3779

def next_token
  @next_token
end

#things::Array[Types::ThingAttribute]

Returns the value of attribute things.

Returns:



3778
3779
3780
# File 'sig/types.rbs', line 3778

def things
  @things
end