Class: Aws::Types::UpdateProvisionedModelThroughputRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_model_id::String

Returns the value of attribute desired_model_id.

Returns:

  • (::String)


3679
3680
3681
# File 'sig/types.rbs', line 3679

def desired_model_id
  @desired_model_id
end

#desired_provisioned_model_name::String

Returns the value of attribute desired_provisioned_model_name.

Returns:

  • (::String)


3678
3679
3680
# File 'sig/types.rbs', line 3678

def desired_provisioned_model_name
  @desired_provisioned_model_name
end

#provisioned_model_id::String

Returns the value of attribute provisioned_model_id.

Returns:

  • (::String)


3677
3678
3679
# File 'sig/types.rbs', line 3677

def provisioned_model_id
  @provisioned_model_id
end