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)


6314
6315
6316
# File 'sig/types.rbs', line 6314

def attribute_id
  @attribute_id
end

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


6313
6314
6315
# File 'sig/types.rbs', line 6313

def attribute_name
  @attribute_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


6315
6316
6317
# File 'sig/types.rbs', line 6315

def value
  @value
end