Class: Aws::IoT::Types::ListPrincipalThingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPrincipalThingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the ListPrincipalThings 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.
-
#things ⇒ Array<String>
The things.
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.
11754 11755 11756 11757 11758 11759 |
# File 'lib/aws-sdk-iot/types.rb', line 11754 class ListPrincipalThingsResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |
#things ⇒ Array<String>
The things.
11754 11755 11756 11757 11758 11759 |
# File 'lib/aws-sdk-iot/types.rb', line 11754 class ListPrincipalThingsResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |