Class: Aws::Types::PromptMetadataEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key, :value])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def value
  @value
end