Class: Aws::Types::GetPromptRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#included_data"ALL_DATA", "METADATA_ONLY"

Returns the value of attribute included_data.

Returns:

  • ("ALL_DATA", "METADATA_ONLY")


1426
1427
1428
# File 'sig/types.rbs', line 1426

def included_data
  @included_data
end

#prompt_identifier::String

Returns the value of attribute prompt_identifier.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def prompt_identifier
  @prompt_identifier
end

#prompt_version::String

Returns the value of attribute prompt_version.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def prompt_version
  @prompt_version
end