Class: Aws::IoT::Types::ListThingPrincipalsV2Response

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

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


11633
11634
11635
11636
11637
11638
# File 'lib/aws-sdk-iot/types.rb', line 11633

class ListThingPrincipalsV2Response < Struct.new(
  :thing_principal_objects,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#thing_principal_objectsArray<Types::ThingPrincipalObject>

A list of ‘thingPrincipalObject` that represents the principal and the type of relation it has with the thing.

Returns:



11633
11634
11635
11636
11637
11638
# File 'lib/aws-sdk-iot/types.rb', line 11633

class ListThingPrincipalsV2Response < Struct.new(
  :thing_principal_objects,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end