Class: Aws::Bedrock::Types::DeregisterMarketplaceModelEndpointRequest

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 deregister.

Returns:

  • (String)


1635
1636
1637
1638
1639
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1635

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