Dimension
public struct Dimension : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the dimension. Dimension names cannot contain blank spaces or non-ASCII characters.
Declaration
Swift
public let name: String
-
The value of the dimension.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(name: String, value: String)
-
Declaration
Swift
public func validate(name: String) throws