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

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

#model_idString

Model Id of the model for the access request.



2876
2877
2878
2879
2880
2881
# File 'lib/aws-sdk-bedrock/types.rb', line 2876

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

#offer_tokenString

An offer token encapsulates the information for an offer.



2876
2877
2878
2879
2880
2881
# File 'lib/aws-sdk-bedrock/types.rb', line 2876

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