Class: Aws::Bedrock::Types::GetModelImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetModelImportJobRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_identifier ⇒ String
The identifier of the import job.
Instance Attribute Details
#job_identifier ⇒ String
The identifier of the import job.
3259 3260 3261 3262 3263 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3259 class GetModelImportJobRequest < Struct.new( :job_identifier) SENSITIVE = [] include Aws::Structure end |