Class: Aws::Types::ListFoundationModelAgreementOffersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFoundationModelAgreementOffersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#offer_type ⇒ "ALL", "PUBLIC"
Returns the value of attribute offer_type.
Instance Attribute Details
#model_id ⇒ ::String
Returns the value of attribute model_id.
2716 2717 2718 |
# File 'sig/types.rbs', line 2716 def model_id @model_id end |
#offer_type ⇒ "ALL", "PUBLIC"
Returns the value of attribute offer_type.
2717 2718 2719 |
# File 'sig/types.rbs', line 2717 def offer_type @offer_type end |