Class: Aws::Bedrock::Types::DeleteMarketplaceModelEndpointRequest

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

#endpoint_arnString

The Amazon Resource Name (ARN) of the endpoint you want to delete.

Returns:

  • (String)


1575
1576
1577
1578
1579
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1575

class DeleteMarketplaceModelEndpointRequest < Struct.new(
  :endpoint_arn)
  SENSITIVE = []
  include Aws::Structure
end