AwsDynamoDbTableAttributeDefinition
public struct AwsDynamoDbTableAttributeDefinition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the attribute.
Declaration
Swift
public let attributeName: String?
-
The type of the attribute.
Declaration
Swift
public let attributeType: String?
-
Undocumented
Declaration
Swift
public init(attributeName: String? = nil, attributeType: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws