Class: Aws::Types::GetFoundationModelAvailabilityResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_availabilityTypes::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.

Returns:

  • ("AUTHORIZED", "NOT_AUTHORIZED")


1891
1892
1893
# File 'sig/types.rbs', line 1891

def authorization_status
  @authorization_status
end

#entitlement_availability"AVAILABLE", "NOT_AVAILABLE"

Returns the value of attribute entitlement_availability.

Returns:

  • ("AVAILABLE", "NOT_AVAILABLE")


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.

Returns:

  • (::String)


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.

Returns:

  • ("AVAILABLE", "NOT_AVAILABLE")


1893
1894
1895
# File 'sig/types.rbs', line 1893

def region_availability
  @region_availability
end