Class: Aws::Types::UpdatePromptRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9020
9021
9022
# File 'sig/types.rbs', line 9020

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9017
9018
9019
# File 'sig/types.rbs', line 9017

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9019
9020
9021
# File 'sig/types.rbs', line 9019

def name
  @name
end

#prompt_id::String

Returns the value of attribute prompt_id.

Returns:

  • (::String)


9018
9019
9020
# File 'sig/types.rbs', line 9018

def prompt_id
  @prompt_id
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


9021
9022
9023
# File 'sig/types.rbs', line 9021

def s3_uri
  @s3_uri
end