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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


12377
12378
12379
12380
12381
12382
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12377

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:



12377
12378
12379
12380
12381
12382
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12377

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