Class: Aws::Types::CreatePromptRequest

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)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def name
  @name
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def s3_uri
  @s3_uri
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1700
1701
1702
# File 'sig/types.rbs', line 1700

def tags
  @tags
end