FacetAttributeUpdate
public struct FacetAttributeUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The action to perform when updating the attribute.
Declaration
Swift
public let action: UpdateActionType?
-
The attribute to update.
Declaration
Swift
public let attribute: FacetAttribute?
-
Undocumented
Declaration
Swift
public init(action: UpdateActionType? = nil, attribute: FacetAttribute? = nil)
-
Declaration
Swift
public func validate(name: String) throws