Class: Aws::Types::PrimaryValueResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_id::String

Returns the value of attribute attribute_id.

Returns:

  • (::String)


6155
6156
6157
# File 'sig/types.rbs', line 6155

def attribute_id
  @attribute_id
end

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


6154
6155
6156
# File 'sig/types.rbs', line 6154

def attribute_name
  @attribute_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


6156
6157
6158
# File 'sig/types.rbs', line 6156

def value
  @value
end