ModifyHostsResult

public struct ModifyHostsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IDs of the Dedicated Hosts that were successfully modified.

    Declaration

    Swift

    public let successful: [String]?
  • The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.

    Declaration

    Swift

    public let unsuccessful: [UnsuccessfulItem]?
  • Undocumented

    Declaration

    Swift

    public init(successful: [String]? = nil, unsuccessful: [UnsuccessfulItem]? = nil)