Class: Aws::Bedrock::Types::GetMarketplaceModelEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetMarketplaceModelEndpointRequest
- 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 get information about.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint you want to get information about.
2388 2389 2390 2391 2392 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2388 class GetMarketplaceModelEndpointRequest < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |