AdditionalResultAttribute
public struct AdditionalResultAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The key that identifies the attribute.
Declaration
Swift
public let key: String
-
An object that contains the attribute value.
Declaration
Swift
public let value: AdditionalResultAttributeValue
-
The data type of the Value property.
Declaration
Swift
public let valueType: AdditionalResultAttributeValueType
-
Undocumented
Declaration
Swift
public init(key: String, value: AdditionalResultAttributeValue, valueType: AdditionalResultAttributeValueType)