Class: Aws::Bedrock::Types::CreateModelImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateModelImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the model import job.
Instance Attribute Details
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the model import job.
4135 4136 4137 4138 4139 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4135 class CreateModelImportJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |