ReleaseHostsResult
public struct ReleaseHostsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The IDs of the Dedicated Hosts that were successfully released.
Declaration
Swift
public let successful: [String]? -
The IDs of the Dedicated Hosts that could not be released, including an error message.
Declaration
Swift
public let unsuccessful: [UnsuccessfulItem]? -
Undocumented
Declaration
Swift
public init(successful: [String]? = nil, unsuccessful: [UnsuccessfulItem]? = nil)
View on GitHub
ReleaseHostsResult Structure Reference