PutEntityTypeRequest
public struct PutEntityTypeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description.
Declaration
Swift
public let description: String? -
The name of the entity type.
Declaration
Swift
public let name: String -
A collection of key and value pairs.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(description: String? = nil, name: String, tags: [Tag]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutEntityTypeRequest Structure Reference