Class: Aws::Bedrock::Types::DeleteInferenceProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_profile_identifierString

The Amazon Resource Name (ARN) or ID of the application inference profile to delete.

Returns:

  • (String)


1172
1173
1174
1175
1176
# File 'lib/aws-sdk-bedrock/types.rb', line 1172

class DeleteInferenceProfileRequest < Struct.new(
  :inference_profile_identifier)
  SENSITIVE = []
  include Aws::Structure
end