Class: Aws::Types::PrimaryValue

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)


6148
6149
6150
# File 'sig/types.rbs', line 6148

def attribute_name
  @attribute_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


6149
6150
6151
# File 'sig/types.rbs', line 6149

def value
  @value
end