Class: Aws::Bedrock::Types::UpdateMarketplaceModelEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateMarketplaceModelEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marketplace_model_endpoint ⇒ Types::MarketplaceModelEndpoint
Details about the updated endpoint.
Instance Attribute Details
#marketplace_model_endpoint ⇒ Types::MarketplaceModelEndpoint
Details about the updated endpoint.
12707 12708 12709 12710 12711 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12707 class UpdateMarketplaceModelEndpointResponse < Struct.new( :marketplace_model_endpoint) SENSITIVE = [] include Aws::Structure end |