Class: Aws::Types::CustomPromptInterface

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:response_length, :output_style, :identity, :tone, :custom_instructions, :prompt_summary])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_instructions::String

Returns the value of attribute custom_instructions.

Returns:

  • (::String)


2951
2952
2953
# File 'sig/types.rbs', line 2951

def custom_instructions
  @custom_instructions
end

#identity::String

Returns the value of attribute identity.

Returns:

  • (::String)


2949
2950
2951
# File 'sig/types.rbs', line 2949

def identity
  @identity
end

#model_profile_id::String

Returns the value of attribute model_profile_id.

Returns:

  • (::String)


2944
2945
2946
# File 'sig/types.rbs', line 2944

def model_profile_id
  @model_profile_id
end

#output_style::String

Returns the value of attribute output_style.

Returns:

  • (::String)


2948
2949
2950
# File 'sig/types.rbs', line 2948

def output_style
  @output_style
end

#prompt_summary::String

Returns the value of attribute prompt_summary.

Returns:

  • (::String)


2952
2953
2954
# File 'sig/types.rbs', line 2952

def prompt_summary
  @prompt_summary
end

#qbs_aws_account_id::String

Returns the value of attribute qbs_aws_account_id.

Returns:

  • (::String)


2946
2947
2948
# File 'sig/types.rbs', line 2946

def 
  @qbs_aws_account_id
end

#response_length::String

Returns the value of attribute response_length.

Returns:

  • (::String)


2947
2948
2949
# File 'sig/types.rbs', line 2947

def response_length
  @response_length
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


2945
2946
2947
# File 'sig/types.rbs', line 2945

def subscription_id
  @subscription_id
end

#tone::String

Returns the value of attribute tone.

Returns:

  • (::String)


2950
2951
2952
# File 'sig/types.rbs', line 2950

def tone
  @tone
end