Class: Aws::Bedrock::Types::GetMarketplaceModelEndpointRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 get information about.

Returns:

  • (String)


5995
5996
5997
5998
5999
# File 'lib/aws-sdk-bedrock/types.rb', line 5995

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