UpdateElasticIpRequest
public struct UpdateElasticIpRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IP address for which you want to update the name.
Declaration
Swift
public let elasticIp: String
-
The new name.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(elasticIp: String, name: String? = nil)