Class: Aws::Bedrock::Types::ListMarketplaceModelEndpointsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#marketplace_model_endpointsArray<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_tokenString

The token for the next set of results. Use this token to get the next set of results.

Returns:

  • (String)


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