Class: Aws::Bedrock::Types::CreateFoundationModelAgreementResponse

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

#model_idString

Model Id of the model for the access request.

Returns:

  • (String)


501
502
503
504
505
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 501

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