Class: Aws::Bedrock::Types::GetModelCopyJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetModelCopyJobRequest
- 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 copy job.
Instance Attribute Details
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the model copy job.
2412 2413 2414 2415 2416 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2412 class GetModelCopyJobRequest < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |