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

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)


11748
11749
11750
11751
11752
11753
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11748

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:



11748
11749
11750
11751
11752
11753
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11748

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