ElasticIp
public struct ElasticIp : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The domain.
Declaration
Swift
public let domain: String?
-
The ID of the instance that the address is attached to.
Declaration
Swift
public let instanceId: String?
-
The IP address.
Declaration
Swift
public let ip: String?
-
The name.
Declaration
Swift
public let name: String?
-
The AWS region. For more information, see Regions and Endpoints.
Declaration
Swift
public let region: String?
-
Undocumented
Declaration
Swift
public init(domain: String? = nil, instanceId: String? = nil, ip: String? = nil, name: String? = nil, region: String? = nil)