AllocateStaticIpRequest
public struct AllocateStaticIpRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the static IP address.
Declaration
Swift
public let staticIpName: String
-
Undocumented
Declaration
Swift
public init(staticIpName: String)
-
Declaration
Swift
public func validate(name: String) throws