Class: Aws::IoT::Types::ListThingGroupsForThingRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


11032
11033
11034
11035
11036
11037
11038
# File 'lib/aws-sdk-iot/types.rb', line 11032

class ListThingGroupsForThingRequest < Struct.new(
  :thing_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


11032
11033
11034
11035
11036
11037
11038
# File 'lib/aws-sdk-iot/types.rb', line 11032

class ListThingGroupsForThingRequest < Struct.new(
  :thing_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The thing name.

Returns:

  • (String)


11032
11033
11034
11035
11036
11037
11038
# File 'lib/aws-sdk-iot/types.rb', line 11032

class ListThingGroupsForThingRequest < Struct.new(
  :thing_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end