Class: Aws::IoTSiteWise::Types::ListComputationModelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListComputationModelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_model_type ⇒ String
The type of computation model.
-
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
Instance Attribute Details
#computation_model_type ⇒ String
The type of computation model. If a ‘computationModelType` is not provided, all types of computation models are returned.
8414 8415 8416 8417 8418 8419 8420 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8414 class ListComputationModelsRequest < Struct.new( :computation_model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
8414 8415 8416 8417 8418 8419 8420 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8414 class ListComputationModelsRequest < Struct.new( :computation_model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results.
8414 8415 8416 8417 8418 8419 8420 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8414 class ListComputationModelsRequest < Struct.new( :computation_model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |