Class: Aws::IoT::Types::ListThingPrincipalsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The input for the ListThingPrincipal operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in this operation.

Returns:

  • (Integer)


11122
11123
11124
11125
11126
11127
11128
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11122

class ListThingPrincipalsRequest < Struct.new(
  :next_token,
  :max_results,
  :thing_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


11122
11123
11124
11125
11126
11127
11128
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11122

class ListThingPrincipalsRequest < Struct.new(
  :next_token,
  :max_results,
  :thing_name)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the thing.

Returns:

  • (String)


11122
11123
11124
11125
11126
11127
11128
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11122

class ListThingPrincipalsRequest < Struct.new(
  :next_token,
  :max_results,
  :thing_name)
  SENSITIVE = []
  include Aws::Structure
end