Class: Aws::IoT::Types::ListThingPrincipalsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListThingPrincipalsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the ListThingPrincipals operation.
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.
-
#principals ⇒ Array<String>
The principals associated 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.
11574 11575 11576 11577 11578 11579 |
# File 'lib/aws-sdk-iot/types.rb', line 11574 class ListThingPrincipalsResponse < Struct.new( :principals, :next_token) SENSITIVE = [] include Aws::Structure end |
#principals ⇒ Array<String>
The principals associated with the thing.
11574 11575 11576 11577 11578 11579 |
# File 'lib/aws-sdk-iot/types.rb', line 11574 class ListThingPrincipalsResponse < Struct.new( :principals, :next_token) SENSITIVE = [] include Aws::Structure end |