Class: Aws::Types::ListFoundationModelAgreementOffersResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


2722
2723
2724
# File 'sig/types.rbs', line 2722

def model_id
  @model_id
end

#offers::Array[Types::Offer]

Returns the value of attribute offers.

Returns:



2723
2724
2725
# File 'sig/types.rbs', line 2723

def offers
  @offers
end