Class: Aws::IoT::Types::ListThingPrincipalsRequest

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

Overview

The input for the ListThingPrincipal operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in this operation.



12543
12544
12545
12546
12547
12548
12549
# File 'lib/aws-sdk-iot/types.rb', line 12543

class ListThingPrincipalsRequest < Struct.new(
  :next_token,
  :max_results,
  :thing_name)
  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.



12543
12544
12545
12546
12547
12548
12549
# File 'lib/aws-sdk-iot/types.rb', line 12543

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

#thing_nameString

The name of the thing.



12543
12544
12545
12546
12547
12548
12549
# File 'lib/aws-sdk-iot/types.rb', line 12543

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