Class: Aws::IoT::Types::ListPrincipalThingsV2Response

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)


11004
11005
11006
11007
11008
11009
# File 'lib/aws-sdk-iot/types.rb', line 11004

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

#principal_thing_objectsArray<Types::PrincipalThingObject>

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

Returns:



11004
11005
11006
11007
11008
11009
# File 'lib/aws-sdk-iot/types.rb', line 11004

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