Class: Aws::Types::UpdatePromptRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:variants])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


3045
3046
3047
# File 'sig/types.rbs', line 3045

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#default_variant::String

Returns the value of attribute default_variant.

Returns:

  • (::String)


3046
3047
3048
# File 'sig/types.rbs', line 3046

def default_variant
  @default_variant
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3044
3045
3046
# File 'sig/types.rbs', line 3044

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3043
3044
3045
# File 'sig/types.rbs', line 3043

def name
  @name
end

#prompt_identifier::String

Returns the value of attribute prompt_identifier.

Returns:

  • (::String)


3048
3049
3050
# File 'sig/types.rbs', line 3048

def prompt_identifier
  @prompt_identifier
end

#variants::Array[Types::PromptVariant]

Returns the value of attribute variants.

Returns:



3047
3048
3049
# File 'sig/types.rbs', line 3047

def variants
  @variants
end