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.
7073 7074 7075 7076 7077 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7073 class GetModelCopyJobRequest < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |