Class: Aws::IoT::Types::ListThingPrincipalsV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingPrincipalsV2Response
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#thing_principal_objects ⇒ Array<Types::ThingPrincipalObject>
A list of
thingPrincipalObject
that represents the principal and the type of relation it has with the thing.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
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_objects ⇒ Array<Types::ThingPrincipalObject>
A list of thingPrincipalObject
that represents the principal and
the type of relation it has with the thing.
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 |