Class: Aws::Types::ResultRowValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2547
2548
2549
# File 'sig/types.rbs', line 2547

def key
  @key
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2548
2549
2550
# File 'sig/types.rbs', line 2548

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2549
2550
2551
# File 'sig/types.rbs', line 2549

def value
  @value
end