DestinationInfo

public struct DestinationInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The ID of the resource created at the destination.

    Declaration

    Swift

    public let id: String?
  • The destination service of the record.

    Declaration

    Swift

    public let service: String?
  • Undocumented

    Declaration

    Swift

    public init(id: String? = nil, service: String? = nil)