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)


8650
8651
8652
# File 'sig/types.rbs', line 8650

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8647
8648
8649
# File 'sig/types.rbs', line 8647

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8649
8650
8651
# File 'sig/types.rbs', line 8649

def name
  @name
end

#prompt_id::String

Returns the value of attribute prompt_id.

Returns:

  • (::String)


8648
8649
8650
# File 'sig/types.rbs', line 8648

def prompt_id
  @prompt_id
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


8651
8652
8653
# File 'sig/types.rbs', line 8651

def s3_uri
  @s3_uri
end