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:

  • (String)


7790
7791
7792
7793
7794
# File 'lib/aws-sdk-bedrock/types.rb', line 7790

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