Class: Aws::Types::ListThingsInThingGroupResponse

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)


3763
3764
3765
# File 'sig/types.rbs', line 3763

def next_token
  @next_token
end

#things::Array[::String]

Returns the value of attribute things.

Returns:

  • (::Array[::String])


3762
3763
3764
# File 'sig/types.rbs', line 3762

def things
  @things
end