Class: Aws::Types::AttributeNameAndValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def attribute_name
  @attribute_name
end

#valueTypes::TypedAttributeValue

Returns the value of attribute value.



103
104
105
# File 'sig/types.rbs', line 103

def value
  @value
end