Entity
public struct Entity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The entity ID. If you do not know the entityId, you can pass unknown, which is areserved string literal.
Declaration
Swift
public let entityId: String -
The entity type.
Declaration
Swift
public let entityType: String -
Undocumented
Declaration
Swift
public init(entityId: String, entityType: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
Entity Structure Reference