AttachStaticIpRequest
public struct AttachStaticIpRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The instance name to which you want to attach the static IP address.
Declaration
Swift
public let instanceName: String
-
The name of the static IP.
Declaration
Swift
public let staticIpName: String
-
Undocumented
Declaration
Swift
public init(instanceName: String, staticIpName: String)
-
Declaration
Swift
public func validate(name: String) throws