Class: Aws::Bedrock::Types::CreateFoundationModelAgreementRequest

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)


2710
2711
2712
2713
2714
2715
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2710

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

#offer_tokenString

An offer token encapsulates the information for an offer.

Returns:

  • (String)


2710
2711
2712
2713
2714
2715
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2710

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