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)


8869
8870
8871
# File 'sig/types.rbs', line 8869

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8866
8867
8868
# File 'sig/types.rbs', line 8866

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8868
8869
8870
# File 'sig/types.rbs', line 8868

def name
  @name
end

#prompt_id::String

Returns the value of attribute prompt_id.

Returns:

  • (::String)


8867
8868
8869
# File 'sig/types.rbs', line 8867

def prompt_id
  @prompt_id
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


8870
8871
8872
# File 'sig/types.rbs', line 8870

def s3_uri
  @s3_uri
end