Class: Aws::IoT::Types::ListPrincipalThingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPrincipalThingsResponse
- Defined in:
- gems/aws-sdk-iot/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.
11688 11689 11690 11691 11692 11693 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11688 class ListPrincipalThingsResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |
#things ⇒ Array<String>
The things.
11688 11689 11690 11691 11692 11693 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11688 class ListPrincipalThingsResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |