UpdateTrustResult

public struct UpdateTrustResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let requestId: String?
  • Identifier of the trust relationship.

    Declaration

    Swift

    public let trustId: String?
  • Undocumented

    Declaration

    Swift

    public init(requestId: String? = nil, trustId: String? = nil)