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.
10944 10945 10946 10947 10948 10949 |
# File 'lib/aws-sdk-iot/types.rb', line 10944 class ListPrincipalThingsResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |
#things ⇒ Array<String>
The things.
10944 10945 10946 10947 10948 10949 |
# File 'lib/aws-sdk-iot/types.rb', line 10944 class ListPrincipalThingsResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |