ElasticIpStatus
public struct ElasticIpStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The elastic IP (EIP) address for the cluster.
Declaration
Swift
public let elasticIp: String? -
The status of the elastic IP (EIP) address.
Declaration
Swift
public let status: String? -
Undocumented
Declaration
Swift
public init(elasticIp: String? = nil, status: String? = nil)
View on GitHub
ElasticIpStatus Structure Reference