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)


2820
2821
2822
# File 'sig/types.rbs', line 2820

def custom_instructions
  @custom_instructions
end

#identity::String

Returns the value of attribute identity.

Returns:

  • (::String)


2818
2819
2820
# File 'sig/types.rbs', line 2818

def identity
  @identity
end

#model_profile_id::String

Returns the value of attribute model_profile_id.

Returns:

  • (::String)


2813
2814
2815
# File 'sig/types.rbs', line 2813

def model_profile_id
  @model_profile_id
end

#output_style::String

Returns the value of attribute output_style.

Returns:

  • (::String)


2817
2818
2819
# File 'sig/types.rbs', line 2817

def output_style
  @output_style
end

#prompt_summary::String

Returns the value of attribute prompt_summary.

Returns:

  • (::String)


2821
2822
2823
# File 'sig/types.rbs', line 2821

def prompt_summary
  @prompt_summary
end

#qbs_aws_account_id::String

Returns the value of attribute qbs_aws_account_id.

Returns:

  • (::String)


2815
2816
2817
# File 'sig/types.rbs', line 2815

def 
  @qbs_aws_account_id
end

#response_length::String

Returns the value of attribute response_length.

Returns:

  • (::String)


2816
2817
2818
# File 'sig/types.rbs', line 2816

def response_length
  @response_length
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


2814
2815
2816
# File 'sig/types.rbs', line 2814

def subscription_id
  @subscription_id
end

#tone::String

Returns the value of attribute tone.

Returns:

  • (::String)


2819
2820
2821
# File 'sig/types.rbs', line 2819

def tone
  @tone
end