Class: Aws::IoTDataPlane::Types::ListNamedShadowsForThingRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


173
174
175
176
177
178
179
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 173

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

#page_sizeInteger

The result page size.

Returns:

  • (Integer)


173
174
175
176
177
178
179
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 173

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

#thing_nameString

The name of the thing.

Returns:

  • (String)


173
174
175
176
177
178
179
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 173

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