Ss
Indicates that the attribute type value is a string set. For example:
"SS": ["sample_service_class/host.sample.com:1234/sample_service_name_1", "sample_service_class/host.sample.com:1234/sample_service_name_2"]
Inherited functions
Casts this AttributeValue as a Bool and retrieves its kotlin.Boolean value. Throws an exception if the AttributeValue is not a Bool.
Casts this AttributeValue as a Bool and retrieves its kotlin.Boolean value. Returns null if the AttributeValue is not a Bool.
Casts this AttributeValue as a N and retrieves its kotlin.Long value. Throws an exception if the AttributeValue is not a N.
Casts this AttributeValue as a N and retrieves its kotlin.Long value. Returns null if the AttributeValue is not a N.
Casts this AttributeValue as a S and retrieves its kotlin.String value. Throws an exception if the AttributeValue is not a S.
Casts this AttributeValue as a S and retrieves its kotlin.String value. Returns null if the AttributeValue is not a S.
Casts this AttributeValue as a Ss and retrieves its kotlin.collections.List
Casts this AttributeValue as a Ss and retrieves its kotlin.collections.List