Class: Aws::IoTSiteWise::Types::ListCompositionRelationshipsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_idString

The ID of the asset model. This can be either the actual ID in UUID format, or else ‘externalId:` followed by the external ID, if it has one. For more information, see [Referencing objects with external IDs] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references

Returns:

  • (String)


6819
6820
6821
6822
6823
6824
6825
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6819

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

#max_resultsInteger

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

Default: 50

Returns:

  • (Integer)


6819
6820
6821
6822
6823
6824
6825
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6819

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

#next_tokenString

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

Returns:

  • (String)


6819
6820
6821
6822
6823
6824
6825
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6819

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