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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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_tokenString

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

Returns:

  • (String)


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