Class: Aws::Bedrock::Types::DeleteInferenceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteInferenceProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_profile_identifier ⇒ String
The Amazon Resource Name (ARN) or ID of the application inference profile to delete.
Instance Attribute Details
#inference_profile_identifier ⇒ String
The Amazon Resource Name (ARN) or ID of the application inference profile to delete.
4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4010 class DeleteInferenceProfileRequest < Struct.new( :inference_profile_identifier) SENSITIVE = [] include Aws::Structure end |