Class: Aws::Types::CreatePromptRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:variants])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def client_token
  @client_token
end

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#default_variant::String

Returns the value of attribute default_variant.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def default_variant
  @default_variant
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


574
575
576
# File 'sig/types.rbs', line 574

def tags
  @tags
end

#variants::Array[Types::PromptVariant]

Returns the value of attribute variants.

Returns:



572
573
574
# File 'sig/types.rbs', line 572

def variants
  @variants
end