Class: Aws::IoTManagedIntegrations::Types::ListManagedThingSchemasRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capability_id_filterString

Filter on a capability id.



3000
3001
3002
3003
3004
3005
3006
3007
3008
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3000

class ListManagedThingSchemasRequest < Struct.new(
  :identifier,
  :endpoint_id_filter,
  :capability_id_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_id_filterString

Filter on an endpoint id.



3000
3001
3002
3003
3004
3005
3006
3007
3008
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3000

class ListManagedThingSchemasRequest < Struct.new(
  :identifier,
  :endpoint_id_filter,
  :capability_id_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The managed thing id.



3000
3001
3002
3003
3004
3005
3006
3007
3008
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3000

class ListManagedThingSchemasRequest < Struct.new(
  :identifier,
  :endpoint_id_filter,
  :capability_id_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return at one time.



3000
3001
3002
3003
3004
3005
3006
3007
3008
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3000

class ListManagedThingSchemasRequest < Struct.new(
  :identifier,
  :endpoint_id_filter,
  :capability_id_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that can be used to retrieve the next set of results.



3000
3001
3002
3003
3004
3005
3006
3007
3008
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3000

class ListManagedThingSchemasRequest < Struct.new(
  :identifier,
  :endpoint_id_filter,
  :capability_id_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end