Class: Aws::Bedrock::Types::DeregisterMarketplaceModelEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeregisterMarketplaceModelEndpointRequest
- Includes:
- Structure
- Defined in:
- 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.
4259 4260 4261 4262 4263 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4259 class DeregisterMarketplaceModelEndpointRequest < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |