Class: Aws::IoTSiteWise::Types::ListCompositionRelationshipsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListCompositionRelationshipsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_id ⇒ String
The ID of the asset 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
#asset_model_id ⇒ String
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
7282 7283 7284 7285 7286 7287 7288 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7282 class ListCompositionRelationshipsRequest < Struct.new( :asset_model_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
Default: 50
7282 7283 7284 7285 7286 7287 7288 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7282 class ListCompositionRelationshipsRequest < Struct.new( :asset_model_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results.
7282 7283 7284 7285 7286 7287 7288 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7282 class ListCompositionRelationshipsRequest < Struct.new( :asset_model_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |