Class: Aws::Bedrock::Types::UpdateCustomModelDeploymentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_model_deployment_arnString

ARN of the custom model deployment being updated.

Returns:

  • (String)


13838
13839
13840
13841
13842
# File 'lib/aws-sdk-bedrock/types.rb', line 13838

class UpdateCustomModelDeploymentResponse < Struct.new(
  :custom_model_deployment_arn)
  SENSITIVE = []
  include Aws::Structure
end