Class: Aws::Bedrock::Types::GetImportedModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetImportedModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_identifier ⇒ String
Name or Amazon Resource Name (ARN) of the imported model.
Instance Attribute Details
#model_identifier ⇒ String
Name or Amazon Resource Name (ARN) of the imported model.
6051 6052 6053 6054 6055 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6051 class GetImportedModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |