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.
10442 10443 10444 10445 10446 10447 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10442 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.
10442 10443 10444 10445 10446 10447 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10442 class ListMarketplaceModelEndpointsResponse < Struct.new( :marketplace_model_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |