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)


8843
8844
8845
# File 'sig/types.rbs', line 8843

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8840
8841
8842
# File 'sig/types.rbs', line 8840

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8842
8843
8844
# File 'sig/types.rbs', line 8842

def name
  @name
end

#prompt_id::String

Returns the value of attribute prompt_id.

Returns:

  • (::String)


8841
8842
8843
# File 'sig/types.rbs', line 8841

def prompt_id
  @prompt_id
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


8844
8845
8846
# File 'sig/types.rbs', line 8844

def s3_uri
  @s3_uri
end