Class: Aws::IoTSiteWise::Types::ListAssetModelsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_typesArray<String>

The type of asset model.

  • ASSET_MODEL – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model.

  • COMPONENT_MODEL – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.

Returns:

  • (Array<String>)


6309
6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6309

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

#max_resultsInteger

The maximum number of results to return for each paginated request.

Default: 50

Returns:

  • (Integer)


6309
6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6309

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

#next_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


6309
6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6309

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