RefreshSchemasMessage

public struct RefreshSchemasMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

    Declaration

    Swift

    public let endpointArn: String
  • The Amazon Resource Name (ARN) of the replication instance.

    Declaration

    Swift

    public let replicationInstanceArn: String
  • Undocumented

    Declaration

    Swift

    public init(endpointArn: String, replicationInstanceArn: String)