IpAddressResponse
public struct IpAddressResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
Declaration
Swift
public let creationTime: String? -
One IP address that the Resolver endpoint uses for DNS queries.
Declaration
Swift
public let ip: String? -
The ID of one IP address.
Declaration
Swift
public let ipId: String? -
The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).
Declaration
Swift
public let modificationTime: String? -
A status code that gives the current status of the request.
Declaration
Swift
public let status: IpAddressStatus? -
A message that provides additional information about the status of the request.
Declaration
Swift
public let statusMessage: String? -
The ID of one subnet.
Declaration
Swift
public let subnetId: String? -
Undocumented
Declaration
Swift
public init(creationTime: String? = nil, ip: String? = nil, ipId: String? = nil, modificationTime: String? = nil, status: IpAddressStatus? = nil, statusMessage: String? = nil, subnetId: String? = nil)
View on GitHub
IpAddressResponse Structure Reference