Class: Aws::IoT::Types::ListPrincipalThingsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


10619
10620
10621
10622
10623
10624
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10619

class ListPrincipalThingsResponse < Struct.new(
  :things,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#thingsArray<String>

The things.

Returns:

  • (Array<String>)


10619
10620
10621
10622
10623
10624
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10619

class ListPrincipalThingsResponse < Struct.new(
  :things,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end