Entity

public struct Entity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier for the entity.

    Declaration

    Swift

    public let identifier: String?
  • The type of entity.

    Declaration

    Swift

    public let type: String
  • Undocumented

    Declaration

    Swift

    public init(identifier: String? = nil, type: String)
  • Declaration

    Swift

    public func validate(name: String) throws