Class: Aws::Bedrock::Types::DeregisterMarketplaceModelEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeregisterMarketplaceModelEndpointRequest
- 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 deregister.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint you want to deregister.
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 |