Class: Aws::Bedrock::Types::ListMarketplaceModelEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListMarketplaceModelEndpointsResponse
- Defined in:
- gems/aws-sdk-bedrock/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.
9851 9852 9853 9854 9855 9856 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 9851 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.
9851 9852 9853 9854 9855 9856 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 9851 class ListMarketplaceModelEndpointsResponse < Struct.new( :marketplace_model_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |