Class: Aws::Types::ListThingGroupsResponse

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)


3668
3669
3670
# File 'sig/types.rbs', line 3668

def next_token
  @next_token
end

#thing_groups::Array[Types::GroupNameAndArn]

Returns the value of attribute thing_groups.

Returns:



3667
3668
3669
# File 'sig/types.rbs', line 3667

def thing_groups
  @thing_groups
end