Class: Aws::Types::GetFoundationModelAvailabilityResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFoundationModelAvailabilityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_availability ⇒ Types::AgreementAvailability
Returns the value of attribute agreement_availability.
-
#authorization_status ⇒ "AUTHORIZED", "NOT_AUTHORIZED"
Returns the value of attribute authorization_status.
-
#entitlement_availability ⇒ "AVAILABLE", "NOT_AVAILABLE"
Returns the value of attribute entitlement_availability.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#region_availability ⇒ "AVAILABLE", "NOT_AVAILABLE"
Returns the value of attribute region_availability.
Instance Attribute Details
#agreement_availability ⇒ Types::AgreementAvailability
Returns the value of attribute agreement_availability.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def agreement_availability @agreement_availability end |
#authorization_status ⇒ "AUTHORIZED", "NOT_AUTHORIZED"
Returns the value of attribute authorization_status.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def @authorization_status end |
#entitlement_availability ⇒ "AVAILABLE", "NOT_AVAILABLE"
Returns the value of attribute entitlement_availability.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def entitlement_availability @entitlement_availability end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def model_id @model_id end |
#region_availability ⇒ "AVAILABLE", "NOT_AVAILABLE"
Returns the value of attribute region_availability.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def region_availability @region_availability end |