Class: Aws::Bedrock::Types::GetUseCaseForModelAccessResponse

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

#form_dataString

Get customer profile Response.

Returns:



6884
6885
6886
6887
6888
# File 'lib/aws-sdk-bedrock/types.rb', line 6884

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