Class: Aws::Types::CreateFoundationModelAgreementRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFoundationModelAgreementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#offer_token ⇒ ::String
Returns the value of attribute offer_token.
Instance Attribute Details
#model_id ⇒ ::String
Returns the value of attribute model_id.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def model_id @model_id end |
#offer_token ⇒ ::String
Returns the value of attribute offer_token.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def offer_token @offer_token end |