Class: Aws::Types::CreatePromptVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def description
  @description
end

#prompt_identifier::String

Returns the value of attribute prompt_identifier.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def prompt_identifier
  @prompt_identifier
end

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

Returns the value of attribute tags.

Returns:

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


596
597
598
# File 'sig/types.rbs', line 596

def tags
  @tags
end