Class: Aws::Types::ListThingGroupsForThingResponse

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)


3653
3654
3655
# File 'sig/types.rbs', line 3653

def next_token
  @next_token
end

#thing_groups::Array[Types::GroupNameAndArn]

Returns the value of attribute thing_groups.

Returns:



3652
3653
3654
# File 'sig/types.rbs', line 3652

def thing_groups
  @thing_groups
end