AmazonSingleValuedAttribute interface

Description of a single text attribute

Signature:

export interface AmazonSingleValuedAttribute 

Properties

PropertyModifiersTypeDescription
displayValuereadonlystringThe localized display value of the attribute
labelreadonlystringThe name of the attribute
localereadonlystringThe locale of the displayValue

AmazonSingleValuedAttribute.label property

The name of the attribute

Signature:

readonly label: string;

AmazonSingleValuedAttribute.displayValue property

The localized display value of the attribute

Signature:

readonly displayValue: string;

AmazonSingleValuedAttribute.locale property

The locale of the displayValue

Signature:

readonly locale: string;