Class: Aws::Bedrock::Types::DeleteMarketplaceModelEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteMarketplaceModelEndpointRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint you want to delete.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint you want to delete.
4918 4919 4920 4921 4922 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4918 class DeleteMarketplaceModelEndpointRequest < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |