Class: Aws::Bedrock::Types::ListMarketplaceModelEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListMarketplaceModelEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marketplace_model_endpoints ⇒ Array<Types::MarketplaceModelEndpointSummary>
An array of endpoint summaries.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#marketplace_model_endpoints ⇒ Array<Types::MarketplaceModelEndpointSummary>
An array of endpoint summaries.
9574 9575 9576 9577 9578 9579 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9574 class ListMarketplaceModelEndpointsResponse < Struct.new( :marketplace_model_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use this token to get the next set of results.
9574 9575 9576 9577 9578 9579 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9574 class ListMarketplaceModelEndpointsResponse < Struct.new( :marketplace_model_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |