Class: Aws::IoTSiteWise::Types::ListInterfaceRelationshipsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListInterfaceRelationshipsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#interface_asset_model_id ⇒ String
The ID of the interface 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
#interface_asset_model_id ⇒ String
The ID of the interface asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID.
8616 8617 8618 8619 8620 8621 8622 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8616 class ListInterfaceRelationshipsRequest < Struct.new( :interface_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
8616 8617 8618 8619 8620 8621 8622 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8616 class ListInterfaceRelationshipsRequest < Struct.new( :interface_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.
8616 8617 8618 8619 8620 8621 8622 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8616 class ListInterfaceRelationshipsRequest < Struct.new( :interface_asset_model_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |